Skip to content
Snippets Groups Projects
Commit adbd1f0d authored by Vuillaume's avatar Vuillaume
Browse files

Adding info on docker

parent f63c10c3
No related branches found
No related tags found
1 merge request!42Update README.md with pip install and Docker info
Pipeline #137410 passed
......@@ -22,7 +22,19 @@ ESCAPE OSSR library
## Install
### For users
```
pip install eossr==0.2
```
You can also run it with docker:
```
docker run -it gitlab-registry.in2p3.fr/escape2020/wp3/eossr:v0.2
```
### For developers
```
git clone https://gitlab.in2p3.fr/escape2020/wp3/eossr.git
pip install eossr
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment