Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StSchulze committed May 10, 2019
1 parent ae6c7eb commit 12918b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ network models.

## How to use DeepNovo?

DeepNovo is implemented and tested with Python 2.7, TensorFlow 1.2 and Cython.
DeepNovo has been developed and implemented with Python 2.7, TensorFlow 1.2 and Cython.
It has been tested with Python 3.7, TensorFlow 2.0 and Cython as well.
To install requirements use:

pip install -r requirements.txt

**Step 0**: Build deepnovo_cython_setup to accelerate Python with C.

Expand Down

0 comments on commit 12918b2

Please sign in to comment.