aodn / python-aodntools

Repository for templates and code relating to generating standard NetCDF files for the Australia Ocean Data Network
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Create ncwriter package #18

Closed mhidas closed 6 years ago

mhidas commented 6 years ago

WIP Fixes #15

mhidas commented 6 years ago

@lwgordonimos What am I missing? As far as I understand, I should be able to create a new virtualenv and then simply pip install -e ., or python setup.py test. With this setup, I can't do either. It complains about missing modules (those listed in requirements.txt). If I explicitlly install them first (pip install -r requirements.txt), then it works, but I thought pip (or setuptools) was supposted to handle that automatically when I try to do anything with the package.

mhidas commented 6 years ago

@lwgordonimos Should be good to go now!