Permalink
Browse files

[#95] Python 3 and Linux

  • Loading branch information...
1 parent b5788f4 commit 9f7616399a3af61b3d65593964a5f1d100681300 @quicklizard99 quicklizard99 committed Dec 12, 2016
Showing with 11 additions and 6 deletions.
  1. +7 −6 DevelopingOnLinux.md
  2. +4 −0 README.md
View
@@ -1,12 +1,13 @@
# Inselect on Linux
-These instructions use
-[Continuum's Miniconda](http://conda.pydata.org/miniconda.html)
-Python distribution.
Tested on Ubuntu 12.04, 14.04 and 16.04, all with 2GB RAM.
-Inselect uses Python 3.4+ and OpenCV 3. Ubuntu does not presently provide a
-system package of OpenCV's Python 3 bindings. To run Inselect with system
-packages, you will need to compile OpenCV.
+Inselect runs on Python 3.4 or later and OpenCV 3.
+While Ubuntu provides a `deb` package for Python 3, it does not provide
+(at time of writing) a `deb` package of Python 3 bindings for `OpenCV`.
+For these reasons, and to provide a consistent environment among distributions,
+we recommend using
+[Continuum's Miniconda](http://conda.pydata.org/miniconda.html) as shown below.
+To run Inselect with system packages, you will need to compile OpenCV.
# Install Miniconda
View
@@ -20,6 +20,10 @@ Inselect is written in [Python](https://www.python.org/), [Qt](http://www.qt.io/
and [OpenCV](http://opencv.org/). Read instructions for
[developing on Mac OS X](DevelopingOnMacOSX.md),
[developing on Windows](DevelopingOnWindows.md) and [releasing](Releasing.md).
+Versions of Inselect between v0.1.1 to v0.1.34 inclusive run on Python 2.7.
+Starting with v0.1.35, Inselect runs on Python 3 only. This should not affect
+you unless you are running Inselect on Linux - see
+[developing on Linux](DevelopingOnLinux.md) for instructions.
## License

0 comments on commit 9f76163

Please sign in to comment.