Skip to content

alex-damjanovic/radCAD-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radCAD_template

This template enables quick development of the radCAD models. It comes with the default predator pray model.

Requirements:

  • Python 3.9.6 (we recommend using pyenv )and installing it following their guide.

How to set up the repo:

  • Clone the repo
  • Enter the terminal
  • Make sure you are using Python 3.9.6 by via python --version
  • If not enter pyenv shell 3.9.6
  • Create a venv in the project directory via python -m venv venv
  • activate it via source venv/bin/activate
  • run pip install -r requirements.txt
  • choose the corresponding kernel in the experiment notebook (venv)
  • run the simulations, edit the current parameters, or create your own

About

Template to quickly set up radCAD environment

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors