Skip to content

Commit

Permalink
Merge pull request #40 from igro-marczak/update-installation-in-readme
Browse files Browse the repository at this point in the history
Update Readme - installation for Local Development
  • Loading branch information
riccardo-alle authored Nov 28, 2024
2 parents 897f503 + 054adf2 commit bab2cf3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ We assume that you have python `3.10.*` installed on your machine.
You can set it up using [pyenv](https://github.com/pyenv/pyenv#installationbrew)
([How to install pyenv on MacOS](https://jordanthomasg.medium.com/python-development-on-macos-with-pyenv-2509c694a808)). To install allms env locally:

* Activate your pyenv;
* Activate your venv;
* Install Poetry via:

```bash
Expand All @@ -183,11 +183,6 @@ make install-poetry
make install-env
```

* Now you can use this venv for development. You can activate it in your shell by running:

```bash
make activate-env # or simply, poetry shell
```

### Tests

Expand Down

0 comments on commit bab2cf3

Please sign in to comment.