Skip to content

Commit 8fcbeba

Browse files
fix
1 parent ccfc43e commit 8fcbeba

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Requirements
88

99
PYTHON:
10-
* python >= 3.8
10+
* python >= 3.7
1111
* biopython: `pip3 install biopython`
1212

1313
TOOLS:
@@ -17,7 +17,9 @@ TOOLS:
1717
## Installation
1818

1919
```
20-
git clone https://github.com/ubercomrade/pipeline.git
20+
git clone https://github.com/ubercomrade/GenHack.git
21+
cd GenHack/
22+
pip install -e .
2123
```
2224

2325
## Usage

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
"License :: OSI Approved :: Apache Software License",
2121
"Operating System :: MacOS :: MacOS X",
2222
"Operating System :: Unix",
23+
"Programming Language :: Python :: 3.7",
2324
"Programming Language :: Python :: 3.8",
2425
'Programming Language :: Cython',
2526
"Topic :: Scientific/Engineering :: Bio-Informatics"
2627
],
2728
zip_safe=False,
2829
install_requires=install_requires,
2930
setup_requires=install_requires,
30-
python_requires='>=3.8',
31+
python_requires='>=3.7',
3132
)

0 commit comments

Comments
 (0)