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
After you have successfully installed cuda and cuDNN:
64
65
* clone the SIPEC repository
65
66
* 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:
67
69
```
68
70
chmod +x setup.sh
69
71
./setup.sh
70
72
```
71
-
The script will ask you for the root password.
72
73
73
74
#### Step 4:
74
75
The script `setup.sh` has created a virtual environment named `env` in the repository folder.
0 commit comments