roskakori / cutplace

validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18 stars 20 forks source link

Manual install fails #53

Closed afolarin closed 9 years ago

afolarin commented 10 years ago

Instructions are very limited for the manual install process...

cutplace --version

Doesn't run on the downloaded and unpacked directory

roskakori commented 10 years ago

The easiest way to install is using a package manager as described in http://roskakori.github.io/cutplace/installation.html.

Due to issue #50 you currently have to install xlrd manually before installing cutplace.

Provided you have pip, this should to the trick:

pip install xlrd
pip install cutplace
roskakori commented 9 years ago

Fixed for good with 0.8.0.