Skip to content

Commit

Permalink
Include Python 3.10 as supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux committed Nov 3, 2022
1 parent d6fc99b commit aec590a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you use Casanovo in your work, please cite the following publication:

We recommend to run Casanovo in a dedicated **Anaconda** environment.
This helps keep your environment for Casanovo and its dependencies separate from your other Python environments.
**This is especially helpful because Casanovo works within a specific range of Python versions (3.8 ≥ Python version > 3.10).**
**This is especially helpful because Casanovo works within a specific range of Python versions (3.8 ≥ Python version 3.10).**

- Check out the [Windows](https://docs.anaconda.com/anaconda/install/windows/#), [MacOS](https://docs.anaconda.com/anaconda/install/mac-os/), and [Linux](https://docs.anaconda.com/anaconda/install/linux/) installation instructions.

Expand Down Expand Up @@ -47,7 +47,7 @@ The base environment most likely will not work.

### Installation

Install Casanovo as a Python package from this repository (requires 3.8 ≥ [Python version] > 3.10 , dependencies will be installed automatically as needed):
Install Casanovo as a Python package from this repository (requires 3.8 ≥ [Python version] 3.10 , dependencies will be installed automatically as needed):

``` sh
pip install casanovo
Expand Down

0 comments on commit aec590a

Please sign in to comment.