diff --git a/DEVELOPING.md b/DEVELOPING.md index f8d1ddca..46e41da4 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -16,7 +16,7 @@ limitations under the License. # Developing SparseZoo -SparseZoo is developed and tested using Python 3.6+. +SparseZoo is developed and tested using Python 3.6-3.9. To develop sparsezoo, you will also need the development dependencies and to follow the styling guidelines. Here's some details to get started. diff --git a/README.md b/README.md index d01c8d31..f96bb2ca 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The [GitHub repository](https://github.com/neuralmagic/sparsezoo) contains the P ## Installation -This repository is tested on Python 3.6+, and Linux/Debian systems. +This repository is tested on Python 3.6-3.9, and Linux/Debian systems. It is recommended to install in a [virtual environment](https://docs.python.org/3/library/venv.html) to keep your system in order. Install with pip using: