Skip to content

Commit c46d6df

Browse files
author
Joao Felipe Rocha
committed
Version update
1 parent 75ecd39 commit c46d6df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To see how PHATE can be applied to datasets such as facial images and single-cel
2828

2929
[Moon, van Dijk, Wang, Gigante et al. **Visualizing Transitions and Structure for Biological Data Exploration**. 2019. *Nature Biotechnology*.](https://doi.org/10.1038/s41587-019-0336-3)
3030

31-
PHATE has been implemented in [Python >=3.5](#python), [MATLAB](https://github.com/KrishnaswamyLab/PHATE/#matlab) and [R](https://github.com/KrishnaswamyLab/phateR/).
31+
PHATE has been implemented in [Python >=3.9](#python), [MATLAB](https://github.com/KrishnaswamyLab/PHATE/#matlab) and [R](https://github.com/KrishnaswamyLab/phateR/).
3232

3333
### Table of Contents
3434

@@ -42,15 +42,15 @@ PHATE has been implemented in [Python >=3.5](#python), [MATLAB](https://github.c
4242
### System Requirements
4343

4444
* Windows (>= 7), Mac OS X (>= 10.8) or Linux
45-
* [Python >= 3.5](https://www.python.org/downloads/)
45+
* [Python >= 3.9](https://www.python.org/downloads/)
4646

4747
All other software dependencies are installed automatically when installing PHATE.
4848

4949
### Installation with `pip`
5050

5151
The Python version of PHATE can be installed by running the following from a terminal:
5252

53-
pip install --user phate
53+
pip install phate
5454

5555
Installation of PHATE and all dependencies should take no more than five minutes.
5656

0 commit comments

Comments
 (0)