Skip to content

Commit 163dc6d

Browse files
Update README.md
1 parent 367d45c commit 163dc6d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ except standard Modelica library, no other dependencies are needed
1313
* each model in Examples package shows some feature on concrete model of drug pharmacokinetic, pharmacodynamic and pharmacogenomic. Sample model with complex physiologically based model is also shown.
1414

1515
## Integration to computational workflow
16-
* prepare virtual env in python
16+
* got so `sim` directory
1717
```bash
18+
cd sim/
19+
```
20+
* and prepare virtual env in Python
1821
python -m venv venv
1922
source venv/bin/activate
2023
```
21-
* install requirements
24+
* install requirements as specified in `requirements.txt` file
2225
```bash
2326
pip install -r requirements.txt
2427
```
@@ -27,7 +30,7 @@ pip install -r requirements.txt
2730
jupyter lab
2831
```
2932
* jupyter opens in a browser interactive interface, open notebook `PK_2C_IVMidazolam.ipynb`
30-
* the demo contains exported 2-compartment model of Midazolam administered intravenously in FMU, its usage with `fmpy` library and integration with pharmacokinetic database containing growing number of human and machine readable data of drugs https://pk-db.com
33+
* the demo contains exported 2-compartment model of Midazolam administered intravenously in FMI, its usage with `fmpy` library and integration with pharmacokinetic database containing growing number of human and machine readable data of drugs from https://pk-db.com
3134

3235
## Simulator
3336
Live sample web simulator at: https://egolem.online/pharma

0 commit comments

Comments
 (0)