Skip to content

Commit

Permalink
Document that Lab only supports Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jul 15, 2020
1 parent 5cd01ba commit 5740df1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Install Lab
-----------

Lab supports Python 3.6+. We recommend installing Lab in a `Python
virtual environment <https://docs.python.org/3/tutorial/venv.html>`_.
This has the advantage that there are no modifications to the
system-wide configuration, and that you can create multiple environments
with different Lab versions (e.g., for different papers) without
conflicts::
Lab requires Python 3.6+ and Linux (e.g., Ubuntu). We recommend installing
Lab in a `Python virtual environment
<https://docs.python.org/3/tutorial/venv.html>`_. This has the advantage
that there are no modifications to the system-wide configuration, and that
you can create multiple environments with different Lab versions (e.g.,
for different papers) without conflicts::

# Install required packages, including virtualenv.
sudo apt install python3 python3-venv
Expand Down

0 comments on commit 5740df1

Please sign in to comment.