themoonsheep / moonsheep

Moonsheep digitizes huge, messy paper and PDF archives through crowdsourcing and cutting edge technology.
http://moonsheep.org
GNU Affero General Public License v3.0
9 stars 3 forks source link

Installation instruction is incomplete #135

Closed milovanderlinden closed 4 years ago

milovanderlinden commented 4 years ago

The installation instruction in the readme does not explain how to get workon. The instruction should be enhanched with:

cd ~
mkdir .virtualenvs
pip install virtualenv
which virtualenv
pip install virtualenvwrapper

# Add the next two lines to your .bash_profile
export WORKON_HOME=~/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
milovanderlinden commented 4 years ago

Tested the workon installation instruction but it still doesn't work on my archlinux setup.

milovanderlinden commented 4 years ago

Duplicate of #8