This repo contains a file make_nbdev_env.sh
which can be run on the command line in order to set up a blank folder for SSI development through nbdev. The other files are referenced in make_nbdev_env.sh
and will be aquired via wget
. Make sure to run it in an empty PROJECT_NAME folder.
NOTE: PROJECT_NAME must adhere to github repo naming standards AND python package naming standards.
If you're a developer from SSI.dk please check the restricted wiki for additional information.
- conda
- git
wget https://raw.githubusercontent.com/ssi-dk/microbeseq_nbdev_augment/main/make_nbdev_env.sh;
mkdir PROJECT_NAME;
cd PROJECT_NAME;
bash ../make_nbdev_env.sh;
If running the commands above didn't work, check the output, if it's telling you to do something do it to fix your problem. Otherwise there's additional debugging to do. To run again please remove the stuff in the PROJECT_NAME and run it again.