Skip to content

Commit

Permalink
[MRG] Updated python version (#2286)
Browse files Browse the repository at this point in the history
* Updated python version

* Update README.md

Co-authored-by: C. Titus Brown <[email protected]>

Co-authored-by: Colton Baumler <[email protected]>
Co-authored-by: C. Titus Brown <[email protected]>
  • Loading branch information
3 people authored Sep 21, 2022
1 parent 5540346 commit c202b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ a focus on bioinformatics software. After
you can install sourmash by running:

```bash
$ conda create -n sourmash_env -c conda-forge -c bioconda sourmash python=3.7
$ conda create -n sourmash_env -c conda-forge -c bioconda sourmash
$ source activate sourmash_env
$ sourmash --help
```
Expand Down
2 changes: 1 addition & 1 deletion doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Michael Crusoe.
The basic build environment needed below can be created as follows:

```
conda create -y -n sourmash-rc python=3.8 pip cxx-compiler make twine tox tox-conda setuptools setuptools_scm
conda create -y -n sourmash-rc python=3.10 pip cxx-compiler make twine tox tox-conda setuptools setuptools_scm
```

Then activate it with `conda activate sourmash-rc`.
Expand Down

0 comments on commit c202b6b

Please sign in to comment.