You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/installation/index.rst
+3-1
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,13 @@ Installation
3
3
============
4
4
Revolve2 consists of multiple Python packages.
5
5
Not all packages are required; pick what you need based on your use case. In the following section you will find out what packages you need for your research.
6
+
While Revolve2 works on all OS`s we strongly recommend using a Linux based system, since this makes installation easier and avoid a lot of issues with building packages.
7
+
If you run into issues building packages on a different OS than a Linux distribution we will not be able to offer assistance.
6
8
7
9
-------------
8
10
Prerequisites
9
11
-------------
10
-
* Python 3.10 or higher.
12
+
* Python 3.10.x or 3.11.x are supported for now.
11
13
* Pip. If you do not have pip for python 3.10, take a look at the get-pip script: `<https://pip.pypa.io/en/stable/installation/>`_.
0 commit comments