Skip to content
Snippets Groups Projects
Commit ade15f39 authored by chsieh16's avatar chsieh16
Browse files

Update installation.rst

parent a1a5dd46
No related branches found
No related tags found
No related merge requests found
Installation Installation
============ ============
Following installation instructions has been tested with Python 2.7.12 on Following installation instructions has been tested with Python 3.5 on Ubuntu 16.04 as well as Python 3.8 on Ubuntu 20.04.
Ubuntu 16.04.
.. code-block:: bash .. code-block:: bash
$ sudo apt install python-pip python-cairo python-tk python-pygraphviz \ $ sudo apt-get install python3-pip python3-cairo python3-tk python3-pygraphviz libglpk-dev
libglpk-dev $ pip3 install --user --upgrade pip # Upgrade pip first
$ pip2 install --user --upgrade pip $ pip3 install --user -r requirements.txt
$ pip2 install --user glpk networkx python-igraph matplotlib numpy scipy \
sympy z3-solver six
If you wish to install DryVR on other operation systems, If you wish to install DryVR on other operation systems,
please make sure the following packages are correctly installed. please make sure the following packages are correctly installed.
- Python 2.7 - Python 3.5 or above
* Including `Python Tkinter <https://docs.python.org/2.7/library/tk.html>`_ * Including `Python Tkinter <https://docs.python.org/3/library/tkinter.html>`_
- `Six <https://six.readthedocs.io/>`_ - `Six <https://six.readthedocs.io/>`_
- `NumPy <https://numpy.org/>`_ - `NumPy <https://numpy.org/>`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment