Skip to content

unibe-cns/sequence-learning

Repository files navigation

sequence-learning

instructions to contribute

  1. fork this repo
  2. clone the fork: git clone [email protected]:USERNAME/sequence-learning.git
  3. add the upstream to local clone: git remote add upstream [email protected]:unibe-cns/sequence-learning.git
  4. create a python environment,
  • either with venv: python -m venv --system-site-packages <name_of_env> and activate it: source ./<name_of_env>/bin/activate
  • or with conda: conda create -n <name_of_env> (maybe add the python version: python=3.9) and activate it: conda activate <name_of_env>
  1. install the dependies: python -m pip install -r requirements.txt
  2. install this very pip-package: python -m pip install -e .
  3. install the pre-commit hooks: pre-commit install
  4. happy coding!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages