Skip to content

Commit

Permalink
docs: use a new terminal for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Aug 20, 2023
1 parent 0897b2a commit 2f039d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ Then create a new virtual environment, install the dependencies from the main Py
Make sure to install the dependencies from the main PyPI, as the packages on Test PyPI are not the same.

```bash
deactivate
# in a new terminal
cd leaf-focus
rm -rf .venv-test
python -m venv .venv-test
source .venv-test/bin/activate
Expand Down

0 comments on commit 2f039d0

Please sign in to comment.