Skip to content

Commit

Permalink
Added link to the conda distribution issue, closes nutonomy#155 (nuto…
Browse files Browse the repository at this point in the history
  • Loading branch information
holger-motional authored Aug 7, 2019
1 parent 2bbc568 commit 498226c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ source [VIRTUAL_ENV_LOCATION]
Replace `[VIRTUAL_ENV_LOCATION]` with either `/usr/local/bin/virtualenvwrapper.sh` or `~/.local/bin/virtualenvwrapper.sh` depending on where it is installed on your system.
After editing it, reload the shell startup file by running e.g. `source ~/.bashrc`.

Note: If you are facing dependency issues with the PIP package, you can also install the devkit as a Conda package.
For more details, see [this issue](https://github.com/nutonomy/nuscenes-devkit/issues/155).

#### Create the virtual environment
We create a new virtual environment named `nuscenes`.
```
Expand Down

0 comments on commit 498226c

Please sign in to comment.