Skip to content

Commit

Permalink
Note that virtual environment is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Jan 6, 2023
1 parent 6a53a1e commit d9f182d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pip3 install . --user
If you use the `--user` switch, you will need to add `/home/<username>/.local/bin` to your `PATH` environment variable, replacing `<username>` with your user name.

### Install using a virtual environment
You may optionally choose to install gradunwarp into a python virtual environment in order to avoid possible interference with your existing python setup.
If the [python virtual environment module](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments) is not already installed, then you may need to run
```bash
sudo apt install python3-venv
Expand Down

0 comments on commit d9f182d

Please sign in to comment.