esturdivant-usgs / science-base-automation

Automating large USGS ScienceBase data releases
4 stars 2 forks source link

Make the program installable with pip #56

Open esturdivant-usgs opened 5 years ago

esturdivant-usgs commented 5 years ago

Once I learn how to properly set up a program to be installed and run, I will update this to describe that process. It will begin like this...

conda create -n sb_py3 python=3
source activate sb_py3
pip install git+https://github.com/esturdivant-usgs/science-base-automation.git
pip install sciencebasepy
esturdivant-usgs commented 5 years ago

Includes setup.py file.

Right now the import statements (sb_automation.py, config_autoSB.py, autoSB.py) are set up to reference the files from the current directory instead of relying on the installed package.