Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme - installation for Local Development #40

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
riccardo-alle marked this conversation as resolved.
Show resolved Hide resolved
```

### Tests

Expand Down