Skip to content

Commit

Permalink
#165: Add a note to remind users to have user's Python added to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Dec 9, 2020
1 parent 8b24725 commit f2f7f55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ used to lint/format/test the code in the included `noxfile.py`. To install Nox,
as shown below. Nox is not listed as a Poetry dependency because this has the potential
to cause issues if Nox was executed inside Poetry (see
[here](https://medium.com/@cjolowicz/nox-is-a-part-of-your-global-developer-environment-like-poetry-pre-commit-pyenv-or-pipx-1cdeba9198bd)
for more detailed reasoning). If you do choose to install these packages within a
for more detailed reasoning). When using the `--user` option, ensure your user's Python
installation is added to the system `PATH` variable, remembering to reboot your system
if you need to change the `PATH`. If you do choose to install these packages within a
virtual environment, you do not need the `--user` option:

```bash
Expand Down

0 comments on commit f2f7f55

Please sign in to comment.