Skip to content

Commit d250d30

Browse files
committed
Update README.md
1 parent d20dd17 commit d250d30

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,19 @@ git clone https://github.com/ATPs/PrecisionProDB.git
109109

110110
To install other verisons, download from the [release page](https://github.com/ATPs/PrecisionProDB/releases) directly.
111111

112+
We provided the running examples without install PrecisonProDB to `$PYTHONPATH`. However, if you would like to run it directly from the console, after change working directory to PrecisonProDB path, you may run (version after v2.0.0)
113+
114+
```bash
115+
pip install -e .
116+
```
117+
It will create a precisionprodb.egg-link to `$PYTHONPATH` and you may run
118+
```bash
119+
PrecisionProDB --help
120+
downloadHuman --help
121+
vcf2mutation --help
122+
```
123+
from the console directly.
124+
112125
## run test files
113126

114127

0 commit comments

Comments
 (0)