Spaces:
Sleeping
Sleeping
Commit
·
771c860
1
Parent(s):
1bb9a3d
Update README
Browse files
README.md
CHANGED
@@ -58,12 +58,12 @@ virtualenv synthesis_env
|
|
58 |
source synthesis_env/bin/activate
|
59 |
```
|
60 |
|
61 |
-
Then, install all required packages.
|
62 |
```
|
63 |
source setup.sh
|
64 |
```
|
65 |
|
66 |
-
To launch a Jupyter notebook, run
|
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 |
```
|