initial project code commit
This commit is contained in:
7
config/setup/conda/environment.txt
Executable file
7
config/setup/conda/environment.txt
Executable file
@@ -0,0 +1,7 @@
|
||||
|
||||
rm -rf .venv
|
||||
|
||||
conda create --yes --prefix \$PWD/.venv/ python=3.11 pip
|
||||
conda activate \$PWD/.venv/
|
||||
|
||||
pip install -r requirements.txt
|
||||
Reference in New Issue
Block a user