-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(README): update instructions for installation of requirements an…
…d package
- Loading branch information
1 parent
103090c
commit de94ea0
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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! |