Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Ubuntu.md #267

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

edwbaker
Copy link
Member

Some notes on running Inselect on Ubuntu

Some notes on running Inselect on Ubuntu
@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.668% when pulling a8b2c02 on edwbaker:master into d8c82d8 on NaturalHistoryMuseum:master.

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
Copy link
Member

@quicklizard99 quicklizard99 Apr 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many of these dependencies come from requirements.txt.

Prefer

sudo apt-get install build-essential python-dev python-pip git-all
sudo pip install --upgrade pip

# Inselect dependencies not provided by requirements.txt
sudo apt-get install libzbar-dev libdmtx-dev python-pyside python-numpy python-opencv

@quicklizard99
Copy link
Member

Thanks @edwbaker - this is useful. We should make a distinction between running Inselect as an end user and setting up a development environment.

I have made a few comments on the PR. I will look at this PR again once I have fixed #273 and had a chance to play with 16.04.

@edwbaker
Copy link
Member Author

These were more end-user instructions, hence making use of the repo libraries.

@stefanv
Copy link
Contributor

stefanv commented Apr 17, 2016

As an aside: pip installs on Linux for numpy, scipy, skimage, etc. now install binaries instead of compiling from source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants