Skip to content
Snippets Groups Projects
Commit b323a2d6 authored by Alexis GAMELIN's avatar Alexis GAMELIN
Browse files

Update README.md

parent 4f444eab
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,41 @@ mbtrack2 is composed of different modules allowing to easily write scripts for s
Installation
------------
TODO
Clone the mbtrack2 repo and enter the repo:
```
git clone https://gitlab.synchrotron-soleil.fr/PA/collective-effects/mbtrack2.git
cd mbtrack2
```
### Using conda
To create a new conda environment for mbtrack2 run:
```
conda env create -f mbtrack2.yml
conda activate mbtrack2
```
Or to update your current conda environment to be able to run mbtrack2:
```
conda env update --file mbtrack2.yml
```
To test your installation run:
```
from mbtrack2 import *
```
### Using pip
```
pip install -r requirements.txt
```
To test your installation run:
```
from mbtrack2 import *
```
References
----------
......
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