Skip to content

Commit 5e9064f

Browse files
committed
Clarify Python version in README
1 parent 897235d commit 5e9064f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ After it, you can develop everything locally and run tests and benchmarks inside
3131
Also, you can use PyCharm Professional and [configure an interpreter using Docker](https://www.jetbrains.com/help/pycharm/using-docker-as-a-remote-interpreter.html).
3232

3333
### Direct install
34-
The other way is to install everything into your local python interpreter or virtual environment.
34+
The other way is to install everything into your local Python 3.9 interpreter or virtual environment.
3535

3636
First of all you need to install [pygraphblas](https://github.com/michelp/pygraphblas) package.
3737
```bash

0 commit comments

Comments
 (0)