Skip to content

Commit 519f882

Browse files
committed
Updates documentation regarding Python 3.7
1 parent 2d80ecc commit 519f882

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,10 @@ Predictions ideally perform well on a diversity of datasets, illumination condit
3838

3939
## Environment Setup
4040

41-
EmoPy runs using Python 3.6, theoretically on any Python-compatible OS. We tested EmoPy using Python 3.6.6 on OSX. You can install [Python 3.6.6](https://www.python.org/downloads/release/python-366/) from the Python website.
42-
43-
Please note that this is not the most current version of Python, but the TensorFlow package doesn't work with Python 3.7 yet, so EmoPy cannot run with Python 3.7.
41+
EmoPy runs using Python 3.6 and up, theoretically on any Python-compatible OS. We tested EmoPy using Python 3.6.6 on OSX. You can install [Python 3.6.6](https://www.python.org/downloads/release/python-366/) from the Python website.
4442

4543
Python is compatible with multiple operating systems. If you would like to use EmoPy on another OS, please convert these instructions to match your target environment. Let us know how you get on, and we will try to support you and share you results.
4644

47-
48-
4945
If you do not have Homebrew installed run this command to install:
5046

5147
```
@@ -67,7 +63,7 @@ Create and activate the virtual environment. Run:
6763
```
6864
python3.6 -m venv venv
6965
```
70-
where the second `venv` is the name of your virtual environment. To activate, run from the same directory:
66+
where the second `venv` is the name of your virtual environment. To activate, run from the same directory:
7167
```
7268
source venv/bin/activate
7369
```

0 commit comments

Comments
 (0)