Skip to content
Snippets Groups Projects
Commit a441d1eb authored by Albert Feghaly's avatar Albert Feghaly
Browse files

Update README.md

parent 52ca15ca
No related branches found
Tags v0.1
No related merge requests found
......@@ -10,16 +10,16 @@ python3 -m venv ~/.virtualenvs/iric-data
source ~/.virtualenvs/iric-data/bin/activate
```
Install
Install a specific tag
```bash
pip install --upgrade pip setuptools wheel
pip install git+https://gitlab.iric.ca/bioinfo_iric/pyiricdata.git@v0.1
```
Install in dev mode
Install lastest version of master in dev mode
```bash
pip install --upgrade pip setuptools wheel
git clone git@gitlab.iric.ca:bioinfo_iric/pyiricdata.git
git clone git@gitlab.iric.ca:bioinfo_iric/pyiricdata.git -b master
git install -e .
```
......
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