mirror of https://github.com/VLSIDA/OpenRAM.git
Fix Python version in documentation
This commit is contained in:
parent
4994e3ddde
commit
9873b4cdf9
|
|
@ -18,7 +18,7 @@ This page shows the basic setup for using OpenRAM.
|
||||||
In general, the OpenRAM compiler has very few dependencies:
|
In general, the OpenRAM compiler has very few dependencies:
|
||||||
+ Git
|
+ Git
|
||||||
+ Make
|
+ Make
|
||||||
+ Python 3.6 or higher
|
+ Python 3.5 or higher
|
||||||
+ Various Python packages (pip install -r requirements.txt)
|
+ Various Python packages (pip install -r requirements.txt)
|
||||||
+ Anaconda
|
+ Anaconda
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ navigate through the documentation.
|
||||||
In general, the OpenRAM compiler has very few dependencies:
|
In general, the OpenRAM compiler has very few dependencies:
|
||||||
+ Git
|
+ Git
|
||||||
+ Make
|
+ Make
|
||||||
+ Python 3.6 or higher
|
+ Python 3.5 or higher
|
||||||
+ Various Python packages (pip install -r requirements.txt)
|
+ Various Python packages (pip install -r requirements.txt)
|
||||||
+ Anaconda
|
+ Anaconda
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -74,7 +74,7 @@ setup(
|
||||||
author_email="mrg+vlsida@ucsc.edu",
|
author_email="mrg+vlsida@ucsc.edu",
|
||||||
keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ],
|
keywords=[ "sram", "magic", "gds", "netgen", "ngspice", "netlist" ],
|
||||||
license="BSD 3-Clause",
|
license="BSD 3-Clause",
|
||||||
python_requires=">=3.6",
|
python_requires=">=3.5",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue