You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,15 @@ except standard Modelica library, no other dependencies are needed
13
13
* 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.
14
14
15
15
## Integration to computational workflow
16
-
*prepare virtual env in python
16
+
*got so `sim` directory
17
17
```bash
18
+
cd sim/
19
+
```
20
+
* and prepare virtual env in Python
18
21
python -m venv venv
19
22
source venv/bin/activate
20
23
```
21
-
* install requirements
24
+
* install requirements as specified in `requirements.txt` file
22
25
```bash
23
26
pip install -r requirements.txt
24
27
```
@@ -27,7 +30,7 @@ pip install -r requirements.txt
27
30
jupyter lab
28
31
```
29
32
* 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 fromhttps://pk-db.com
31
34
32
35
## Simulator
33
36
Live sample web simulator at: https://egolem.online/pharma
0 commit comments