Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-the1 committed Mar 29, 2024
1 parent 3836465 commit f5627f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ source ../diepvries-venv/bin/activate
Once your virtual environment is active, run:

```shell
python3 setup.py develop
python3 -m pip install -e .
```

to install this library as a development package.

In this environment, you can now run any script using this framework.

The easiest way to run the test suite and the linters is to install **tox**:
The easiest way to run the test suite and the linters is to install **tox**:

```shell
pip install -U tox
Expand Down

0 comments on commit f5627f5

Please sign in to comment.