Skip to content

Commit f9e8745

Browse files
committed
Virtual environnement
1 parent 7ac578a commit f9e8745

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ documentation/**
164164
EPSIII/jobs/train_gns.sh
165165
EPSIII/jobs/exact/**
166166
EPSIII/jobs/gns/**
167-
_old_code.py
167+
gns_env/

_env.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python -m venv gns_env
2+
source gns_env/bin/activate
3+
pip install --upgrade pip
4+
pip install -r requirements.txt

0 commit comments

Comments
 (0)