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

adding punctuation (full stops) in CONTRIBUTING.md #358

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
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Export the appropriate environment variables as described in the

### Installing the dependencies

1. Get Python 3.10 and pip
2. Install poetry with `pip install poetry`
3. Run `poetry install`
4. You may run commands inside the virtualenv with `poetry run ...`, or use `poetry shell`
1. Get Python 3.10 and pip.
2. Install poetry with `pip install poetry`.
3. Run `poetry install`.
4. You may run commands inside the virtualenv with `poetry run ...`, or use `poetry shell`.
5. Set up your IDE Python version to the one from Poetry. The path to the virtualenv can
be obtained with `poetry show -v`.

Expand Down
Loading