@@ -21,7 +21,7 @@ Adding yourself to the docker group can by done by running
sudo gpasswd -a <username> docker
where <username> is to be replaced by your user name. Don't forget to log out and back in again, to make
where <username> is to be replaced by your user name. Don't forget to log out and back in again, to make
the change effective.
On `systemd`-based systems the daemon is started by running
...
...
@@ -123,7 +123,7 @@ This should be achieved by running
cd shared/Setup
within the container. Upgrade pip by running
within the container. Upgrade pip by running
sudo pip3 install --upgrade pip
...
...
@@ -132,7 +132,7 @@ within the container. Upgrade pip by running
sudo pip3 install -r python_requirements.txt
to install missing python requirements needed to run `LDDsimulation` based
code. In case you get an error
code. In case you get an error
~~~
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
...
...
@@ -141,31 +141,76 @@ We recommend you use --use-feature=2020-resolver to test your packages with the
pandas 1.1.3 requires numpy>=1.15.4, but you'll have numpy 1.13.3 which is incompatible.