0.7.3 minor docs updates

parent 93166be0
...@@ -11,7 +11,7 @@ It is based on embeddings generated by ESM2 and uses Siamese RNN architecture to ...@@ -11,7 +11,7 @@ It is based on embeddings generated by ESM2 and uses Siamese RNN architecture to
## Installation ## Installation
SENSE-PPI requires Python 3.9 or higher. To install the package, run: SENSE-PPI requires Python 3.9 or 3.10. To install the package, run:
```bash ```bash
pip install senseppi pip install senseppi
......
...@@ -17,10 +17,10 @@ SENSE-PPI can also be installed from source: ...@@ -17,10 +17,10 @@ SENSE-PPI can also be installed from source:
$ cd SENSE-PPI $ cd SENSE-PPI
$ python setup.py build; python setup.py install $ python setup.py build; python setup.py install
SENSE-PPI requires Python 3.9 or later. SENSE-PPI requires Python 3.9 or 3.10.
Additionally, required packages include: Additionally, required packages include:
- numpy - numpy<2.0
- pandas - pandas
- wget - wget
- scipy - scipy
...@@ -35,3 +35,4 @@ Additionally, required packages include: ...@@ -35,3 +35,4 @@ Additionally, required packages include:
- biopython - biopython
- fair-esm - fair-esm
- pandarallel - pandarallel
- requests
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment