Skip to content

Commit

Permalink
doc: virtualenv creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Bonifas authored and autra committed Jul 2, 2020
1 parent 0c58527 commit 2690b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To use py3dtiles from sources:
$ apt install git python3 python3-pip virtualenv libopenblas-base liblas-c3
$ git clone https://github.com/Oslandia/py3dtiles
$ cd py3dtiles
$ virtualenv -p /usr/bin/python3 venv
$ virtualenv -p python3 venv
$ . venv/bin/activate
(venv)$ pip install -e .
(venv)$ python setup.py install
Expand Down

0 comments on commit 2690b4a

Please sign in to comment.