Skip to content

Commit 7ecb924

Browse files
committed
update
1 parent 255c019 commit 7ecb924

2 files changed

Lines changed: 3 additions & 32 deletions

File tree

README.md

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ⚠️ We are in the process of updating Kessler. Because of this, Kessler is now in maintenance mode and not all functionalities might be working for a few days ⚠️
1+
# Kessler
22

33
<div align="left">
44
<a href="https://github.com/kesslerlib/kessler"> <img height="120px" src="docs/_static/kessler_logo.png"></a>
@@ -79,39 +79,10 @@ 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-
88-
### How to install
89-
9082
To install kessler, do the following:
9183

9284
```
9385
git clone https://github.com/kesslerlib/kessler.git
9486
cd kessler
9587
pip install -e .
96-
```
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-
```
88+
```

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Kessler also includes a novel generative model of conjunction events and CDM seq
99

1010
For more details on the model and results, check out our publications listed in the README of the repository.
1111

12-
The authors are [Giacomo Acciarini](https://www.esa.int/gsp/ACT/team/giacomo_acciarini/), [Atılım Güneş Baydin](https://gbaydin.github.io/), Francesco Pinto, and the FDL Europe Constellation team. The main developer is Giacomo Acciarini (giacomo.acciarini@gmail.com).
12+
The authors are [Giacomo Acciarini](https://www.esa.int/gsp/ACT/team/giacomo_acciarini/), [Atılım Güneş Baydin](https://gbaydin.github.io/), Francesco Pinto, and the FDL Europe Constellation team.
1313

1414

1515
```{toctree}

0 commit comments

Comments
 (0)