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
+3-7Lines changed: 3 additions & 7 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 (with a workaround available for version 3.6, but not for any lower version).
68
+
The scadnano Python package requires Python version 3.7 or later.
69
69
70
70
To check your current version of Python, open a command line and type
71
71
@@ -79,17 +79,13 @@ 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.5 or below, you will have to install a later version of Python (recommended at least 3.7). 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
-
84
-
If you are using Python 3.6 and do not wish to upgrade, you can install a package providing the required features: the [dataclasses backport](https://pypi.org/project/dataclasses/); see `pip` instructions below to see how to install it.
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).
87
83
88
84
89
85
90
86
### Installing the scadnano Python package
91
87
92
-
Once Python is installed (and the dataclasses backport if you have Python version 3.6), there are two ways you can install the scadnano Python package:
88
+
Once Python is installed, there are two ways you can install the scadnano Python package:
0 commit comments