From a8b2c02758540a664f26c894a77907d7b6587ad0 Mon Sep 17 00:00:00 2001 From: Ed Baker Date: Fri, 15 Apr 2016 21:36:26 +0100 Subject: [PATCH] Create Ubuntu.md Some notes on running Inselect on Ubuntu --- Ubuntu.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Ubuntu.md diff --git a/Ubuntu.md b/Ubuntu.md new file mode 100644 index 0000000..fe1d9cd --- /dev/null +++ b/Ubuntu.md @@ -0,0 +1,21 @@ +#Running Inselect on Ubuntu +Ubuntu is not an officially supported platform. Most Inselect functionality (barcode reading being a notable exception) is usable if a number of Python packages are installed. The following instructions have been tested on Ubuntu 16.04 and should work on most recent Ubuntu releases. + +### Preparation +``` +sudo apt-get install python-pyside python-pathlib python-opencv +sudo apt-get install python-unicodecsv python-humanize python-psutil python-pip + +pip install schematics +``` + +### Download Inselect +``` +git@github.com:NaturalHistoryMuseum/inselect.git +``` + +### Running Inselect +``` +cd inselect +python inselect.py +```