Skip to content

Commit 261aa33

Browse files
committed
Update installation instructions and Python version requirements in README and notebooks
1 parent b3bd315 commit 261aa33

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ It provides a convenient graphical interface for running searches and visualizin
3030
# 🛠️ Installation
3131

3232
### Basic installation
33-
34-
You can install pLAST directly via:
33+
pLAST requires Python version 3.9 to 3.12. You can install pLAST directly using:
3534

3635
```bash
37-
pip install https://github.com/labstructbioinf/pLAST
36+
pip install plast
3837
```
3938

4039
---

notebooks/installation.ipynb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"`conda env create -n plast -f core-env.yml`\n",
4747
"\n",
4848
"Alternatively, install the following dependencies manually:\n",
49+
"- `python >=3.9, <=3.12`\n",
50+
"- `pip >= 25.3`\n",
4951
"- `hmmer >= 3.4`\n",
5052
"- `mmseqs2 >= 17.b804f`\n",
5153
"- `prodigal >= 2.6.3`\n",
@@ -72,6 +74,26 @@
7274
"## pip"
7375
]
7476
},
77+
{
78+
"cell_type": "code",
79+
"execution_count": null,
80+
"metadata": {
81+
"vscode": {
82+
"languageId": "shellscript"
83+
}
84+
},
85+
"outputs": [],
86+
"source": [
87+
"pip install plast"
88+
]
89+
},
90+
{
91+
"cell_type": "markdown",
92+
"metadata": {},
93+
"source": [
94+
"or"
95+
]
96+
},
7597
{
7698
"cell_type": "code",
7799
"execution_count": null,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"Operating System :: OS Independent",
1919
]
2020
keywords = ["plasmid", "network", "language", "word2vec", "pLAST", "model"]
21-
requires-python = ">=3.9, <3.14"
21+
requires-python = ">=3.9, <=3.12"
2222
dependencies = [
2323
"gensim==4.3.3",
2424
"numba>=0.61.2",

0 commit comments

Comments
 (0)