Skip to content

Commit

Permalink
docs(README): update instructions for installation of requirements an…
Browse files Browse the repository at this point in the history
…d package
  • Loading branch information
sebastientourbier authored Aug 14, 2023
1 parent 103090c commit de94ea0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ $ virtualenv venv -p python3.9

```bash
$ source ./venv/bin/activate
(venv) $ pip install git+https://github.com/HBPMedical/[email protected]
(venv)$ pip install -r https://raw.githubusercontent.com/HBPMedical/mip-dmp/main/requirements.txt
(venv)$ pip install git+https://github.com/HBPMedical/[email protected]
```

### For the developer
Expand All @@ -46,7 +47,8 @@ $ virtualenv venv -p python3.9

```bash
$ source ./venv/bin/activate
(venv) $ pip install -e .
(venv)$ pip install -r requirements.txt
(venv)$ pip install -e .
```

## Usage
Expand Down Expand Up @@ -131,4 +133,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit de94ea0

Please sign in to comment.