Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit bf3d560

Browse files
committed
Add alternative solution to have Python 3.5 on Linux
1 parent e169f1f commit bf3d560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getting_started.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ and ``await`` keywords.
1111
* Mac OS X: install `Homebrew </usr/bin/ruby -e "$(curl -fsSL
1212
https://raw.githubusercontent.com/Homebrew/install/master/install)">`_ and
1313
then type ``brew install python3``
14-
* Linux: Ubuntu 16.04 ships with Python 3.5 included
14+
* Linux: Ubuntu 16.04+ and Arch linux ship with Python 3.5 included
15+
If you don't have Python 3.5+ on your computer, you can compile it or use `Pythonz <https://github.com/saghul/pythonz>`_
1516

1617

1718
Create a virtual environment to run examples

0 commit comments

Comments
 (0)