Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
li213
DryVRtool
Commits
4270a1ca
Commit
4270a1ca
authored
Apr 30, 2020
by
chsieh16
Browse files
Update installation instructions
parent
d951b86e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4270a1ca
...
...
@@ -22,7 +22,7 @@ Install PyPi dependencies using `pip`:
```
bash
$
pip2
install
--user
--upgrade
pip
# Upgrade pip first
$
pip2
install
--user
glpk networkx python-igraph matplotlib numpy scipy
\
sympy z3-solver
sympy z3-solver
six
```
...
...
docs/source/installation.rst
View file @
4270a1ca
...
...
@@ -10,7 +10,7 @@ Ubuntu 16.04.
libglpk-dev
$ pip2 install --user --upgrade pip
$ pip2 install --user glpk networkx python-igraph matplotlib numpy scipy \
sympy z3-solver
sympy z3-solver
six
If you wish to install DryVR on other operation systems,
...
...
@@ -20,6 +20,7 @@ please make sure the following packages are correctly installed.
* Including `Python Tkinter <https://docs.python.org/2.7/library/tk.html>`_
- `Six <https://six.readthedocs.io/>`_
- `NumPy <https://numpy.org/>`_
- `SciPy <https://www.scipy.org/>`_
- `matplotlib <https://matplotlib.org/>`_
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment