master-thesis/code/repository-template
coolneng c1fe9158ce
Initial commit
2022-10-13 13:35:20 +02:00
..
project Initial commit 2022-10-13 13:35:20 +02:00
.gitignore Initial commit 2022-10-13 13:35:20 +02:00
LICENSE Initial commit 2022-10-13 13:35:20 +02:00
README.md Initial commit 2022-10-13 13:35:20 +02:00
setup.py Initial commit 2022-10-13 13:35:20 +02:00

README.md

Template

Contains

  • setup.py
  • README.md
  • LICENSE
  • .gitignore for python, optionally add ./data/ to gitignore if you want
  • a folder with the actual python package structure

Install steps:

conda create --name env
conda activate env
conda install pip
pip install -e .