Skip to content

Commit 0b0da8d

Browse files
committed
Update README.md
1 parent 6059c33 commit 0b0da8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ 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)
112+
We provided the running examples without install PrecisonProDB to `$PYTHONPATH`. However, if you would like to run it directly from the console (version after v2.0.0), after change working directory to PrecisonProDB path, you may run
113113

114114
```bash
115115
pip install -e .
@@ -120,7 +120,7 @@ PrecisionProDB --help
120120
downloadHuman --help
121121
vcf2mutation --help
122122
```
123-
from the console directly.
123+
from the console directly. Do not remove the PrecisionProDB folder after installation since precisionprodb.egg-link is a symbolic link to this folder.
124124

125125
Note:
126126

0 commit comments

Comments
 (0)