Skip to content

caballo-domestico/webapp-workflow-pa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webapp-workflow-pa

Install virtual environment (needs conda)

Assuming that the project dir full path is specified in the variable PROJECT_DIR:

ENVIRONMENT_DIR=${PROJECT_DIR}
conda env create -f ${ENVIRONMENT_DIR}/environment.yml -p ${ENVIRONMENT_DIR}/.conda/sim-env-dev

Download prng library DES-Python

To inflate the submodule(s):

git submodule update --init --recursive

Launch

Linux

export PYTHONPATH=$PYTHONPATH:${PROJECT_DIR}/src
cd ${PROJECT_DIR}/src/caballo/domestico/wwsimulator/
python -m main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages