Skip to content

Commit 7f79d01

Browse files
authored
Add disclaimer to setup, add Python 3.7 requirement
1 parent 7608203 commit 7f79d01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The docker image contains the environment, sample data and SIPEC scripts.
4545

4646
If you do not want to use the docker container you can follow these installation instructions for **Linux**.
4747
These instructions have been tested on Ubuntu 20.04 but would most likely also work on Ubuntu 18.
48+
Python **3.7** is required.
4849

4950
#### Step 1: Install Cuda 11.0.3
5051

@@ -63,12 +64,12 @@ https://developer.nvidia.com/cudnn-download-survey
6364
After you have successfully installed cuda and cuDNN:
6465
* clone the SIPEC repository
6566
* open a terminal and go to the cloned SIPEC directory: `cd PATH_TO_SIPEC_ON_YOUR_MACHINE`
66-
* run the following commands
67+
* have a look into `setup.sh`. The script will add the [deadsnakes PPA](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa) and install additional software (sudo permissions are needed)
68+
* add execution permissions to `setup.sh` and run it:
6769
```
6870
chmod +x setup.sh
6971
./setup.sh
7072
```
71-
The script will ask you for the root password.
7273

7374
#### Step 4:
7475
The script `setup.sh` has created a virtual environment named `env` in the repository folder.

0 commit comments

Comments
 (0)