diff --git a/doc/overview.rst b/doc/overview.rst index b1284c4b3bdda348c1734b6eaa93a4abaca326f4..641edccc7e967b79ad796d38b2cccf6bdb840aa0 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -5,6 +5,13 @@ Overview Installation ============ +As with any other Python project, we recommend using a virtual python environment:: + + python3 -m venv --system-site-packages + source /bin/activate + # do work + deactivate + For now, you will need to clone LISA from `github `_ and use ``setup.py`` to install the required packages. The simplest way to do so would be to issue these commands:: @@ -20,8 +27,6 @@ Extra (optionnal) packages can also be installed, for instance notebook support: Since any dependency update will be reflected in ``setup.py``, these commands can also be used to update your packages and keep them compatible with LISA. -As with any other Python project, we recommend using a virtual python environment. - Using LISA ==========