ayushnoori commited on
Commit
771c860
·
1 Parent(s): 1bb9a3d

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,12 +58,12 @@ virtualenv synthesis_env
58
  source synthesis_env/bin/activate
59
  ```
60
 
61
- Then, install all required packages. The script `setup.sh` will activate the virtual environment. At the command line, run:
62
  ```
63
  source setup.sh
64
  ```
65
 
66
- To launch a Jupyter notebook, run `setup_jupyter.sh` at the command line:
67
  ```
68
  source setup_jupyter.sh
69
  ```
 
58
  source synthesis_env/bin/activate
59
  ```
60
 
61
+ Then, install all required packages. To activate the virtual environment, run at the command line:
62
  ```
63
  source setup.sh
64
  ```
65
 
66
+ To launch a Jupyter notebook, run:
67
  ```
68
  source setup_jupyter.sh
69
  ```