franz96521 commited on
Commit
702ac27
·
1 Parent(s): 7100bee

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ create environment
2
+ ```
3
+ conda env create -v -f AbstractGenerator.yml
4
+ conda activate Recipe-Creator
5
+ ```