Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alindkhare authored Sep 8, 2020
1 parent ddcd011 commit 97c5a3f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## Enviornment Installation
- Install Anaconda3
- For setting up the enviornment run :
```
bash scripts/create_experiment_env_linux.sh srtml-exp
conda activate srtml-exp
python -c "import srtml; srtml.init()"
```
- for instantiating with localstack: `bash scripts/create_experiment_env_linux.sh srtml-exp localstack_init`
- for instantiating without localstack: `bash scripts/create_experiment_env_linux.sh srtml-exp`
- Finally
```
conda activate srtml-exp
python -c "import srtml; srtml.init()"
```
## Model Repository
Expand Down

0 comments on commit 97c5a3f

Please sign in to comment.