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

Update README.md

parent 6758055e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,14 @@ source ~/.virtualenvs/iric-data/bin/activate
Install
```bash
pip install --upgrade pip setuptools wheel
pip install -e .
pip install git+https://gitlab.iric.ca/bioinfo_iric/pyiricdata.git@v0.1
```
Install in dev mode
```bash
pip install --upgrade pip setuptools wheel
git clone git@gitlab.iric.ca:bioinfo_iric/pyiricdata.git
git install -e .
```
Examples
......
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