-
Notifications
You must be signed in to change notification settings - Fork 5
Server Set Up Guide
NiklasAbraham edited this page Aug 14, 2024
·
6 revisions
- everyone has to install
anaconda
locally for themselves - the docker containers are shared with all other users, therefore naming is very important --> user name in container name
- the
biopython
package can not be installed with poetry and pip one has to useconda install biopython
- When interested in running
mkdocs
:- here we need to do
poetry update
and install notebook as version 6 withpip install notebook==6
- here we need to do