Spaces:
Running
Running
Commit
·
9074ab0
1
Parent(s):
8b9896b
Improve README
Browse files
README.md
CHANGED
|
@@ -261,9 +261,11 @@ You can also test out PySR in Docker, without
|
|
| 261 |
installing it locally, by running the following command in
|
| 262 |
the root directory of this repo:
|
| 263 |
```bash
|
| 264 |
-
docker build
|
| 265 |
```
|
| 266 |
-
This builds an image called `pysr
|
|
|
|
|
|
|
| 267 |
You can then run this with:
|
| 268 |
```bash
|
| 269 |
docker run -it --rm -v "$PWD:/data" pysr ipython
|
|
|
|
| 261 |
installing it locally, by running the following command in
|
| 262 |
the root directory of this repo:
|
| 263 |
```bash
|
| 264 |
+
docker build -t pysr "."
|
| 265 |
```
|
| 266 |
+
This builds an image called `pysr` for your system's architecture,
|
| 267 |
+
which also contains IPython.
|
| 268 |
+
|
| 269 |
You can then run this with:
|
| 270 |
```bash
|
| 271 |
docker run -it --rm -v "$PWD:/data" pysr ipython
|