You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ pip install scadnano
65
65
Read below for troubleshooting suggestions if that didn't work.
66
66
67
67
### Getting Python
68
-
The scadnano Python package requires Python version 3.7 or later.
68
+
The scadnano Python package requires Python version 3.9 or later.
69
69
70
70
To check your current version of Python, open a command line and type
71
71
@@ -79,7 +79,7 @@ If it is version 2.7 or below, type
79
79
python3 --version
80
80
```
81
81
82
-
If that fails, or reports Python version 3.6 or below, you will have to install a later version of Python. Follow [this link](https://www.python.org/downloads/) to install Python. You may also use an alternative Python distribution, such as [Anaconda](https://www.anaconda.com/products/individual#Downloads).
82
+
If that fails, or reports Python version 3.8 or below, you will have to install a later version of Python. Follow [this link](https://www.python.org/downloads/) to install Python. You may also use an alternative Python distribution, such as [Anaconda](https://www.anaconda.com/products/individual#Downloads).
83
83
84
84
85
85
@@ -123,17 +123,11 @@ Once Python is installed, there are two ways you can install the scadnano Python
123
123
```
124
124
pip 19.3.1 from ...lib\site-packages\pip (python 3.8)
125
125
```
126
-
If the version of Python at the end is Python 3.7 or higher, you are good. If it is version 2.7 or lower, type
126
+
If the version of Python at the end is Python 3.9 or higher, you are good. If it is version 2.7 or lower, type
127
127
```
128
128
pip3 --version
129
129
```
130
-
If that works and shows Python 3.7 or higher, you are good, but you should type `pip3` in the subsequent instructions instead of `pip`.
131
-
132
-
If it shows Python 3.6, install the [dataclasses backport module](https://pypi.org/project/dataclasses/) via
133
-
```
134
-
pip install dataclasses
135
-
```
136
-
If it shows Python 3.5 or lower, then you will need to upgrade your Python version (recommended Python 3.7 or higher).
130
+
If that works and shows Python 3.9 or higher, you are good, but you should type `pip3` in the subsequent instructions instead of `pip`.
0 commit comments