Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erdem authored May 27, 2024
1 parent 5c2cf8f commit 381e572
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
git clone [email protected]:erdem/python-coding-test.git
```

2. The project uses pre-commit to enforce code formatting and run linters before every commit. The pre-commit hooks configuration is stored in the .pre-commit-config.yaml file. Install the hooks before making any commit.
2. Create a .env file (git ignored) by copying the [.env.example](.env.example) file.

```bash
pre-commit install
```

3. Create a .env file (git ignored) by copying the [.env.example](.env.example) file.

4. Install the project dependencies with poetry via call `make install` command.
3. Install the project dependencies with poetry via call `make install` command.

```shell
make install
```

4. The project uses pre-commit to enforce code formatting and run linters before every commit. The pre-commit hooks configuration is stored in the .pre-commit-config.yaml file. Install the hooks before making any commit.

```bash
pre-commit install
```

5. Run FastAPI dev server to explore the API

```
Expand Down

0 comments on commit 381e572

Please sign in to comment.