Skip to content

Commit

Permalink
📝 README adjustment to state Py3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Feb 7, 2019
1 parent 1ccc787 commit 620aa4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ which is a custom SD card image that includes OctoPrint plus dependencies.
The generic steps that should basically be done regardless of operating system
and runtime environment are the following (as *regular
user*, please keep your hands *off* of the `sudo` command here!) - this assumes
you already have Python 2.7, pip and virtualenv set up on your system:
you already have Python 2.7, 3.6 or 3.7, pip and virtualenv set up on your system:

1. Checkout OctoPrint: `git clone https://github.com/foosel/OctoPrint.git`
2. Change into the OctoPrint folder: `cd OctoPrint`
Expand All @@ -83,7 +83,7 @@ OctoPrint via `pip`:

You should do this every time after pulling from the repository, since the dependencies may have changed.

OctoPrint currently only supports Python 2.7.
OctoPrint currently supports Python 2.7, 3.6 and 3.7.

## Usage

Expand Down

0 comments on commit 620aa4d

Please sign in to comment.