Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mbtrack2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PA
Collective Effects
mbtrack2
Commits
b323a2d6
Commit
b323a2d6
authored
2 years ago
by
Alexis GAMELIN
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
4f444eab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+35
-1
35 additions, 1 deletion
README.md
with
35 additions
and
1 deletion
README.md
+
35
−
1
View file @
b323a2d6
...
...
@@ -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
----------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment