Skip to content

Commit e3fee8f

Browse files
authored
Update README.md
1 parent 4c0a0a4 commit e3fee8f

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ If you would like to learn more about or cite the techniques Kessler uses, pleas
7979

8080
## Installation
8181

82-
### Prerequisites
83-
84-
- Python 3.6, 3.7 or 3.8.
85-
86-
Note: Python 3.9 is currently not supported due to one of our dependencies (pykep) not supporting it. You might get things working with Python 3.9 if you install [pykep using conda](https://anaconda.org/conda-forge/pykep) (not tested).
87-
8882
### How to install
8983

9084
To install kessler, do the following:
@@ -94,24 +88,3 @@ git clone https://github.com/kesslerlib/kessler.git
9488
cd kessler
9589
pip install -e .
9690
```
97-
98-
### Optional: how to run it in Docker
99-
100-
#### Build the Docker image
101-
102-
In the root folder of this repository, run:
103-
```
104-
docker build -t kessler .
105-
```
106-
107-
#### Run Jupyter inside Docker
108-
109-
If you're using Linux:
110-
```
111-
docker run --rm -it -v $PWD:/workspace --net=host kessler jupyter notebook --allow-root
112-
```
113-
114-
If you're using MacOS:
115-
```
116-
docker run --rm -it -v $PWD:/workspace -p 8888:8888 kessler jupyter notebook --ip 0.0.0.0 --no-browser --allow-root
117-
```

0 commit comments

Comments
 (0)