This PR refactors the modules in this package to be more friendly to global import. It also adds a setup.py script that installs the main spectre "executables" (scripts) in the system path. This allows pip to install the package directly from the github repo like so:
pip install git+https://github.com/edawson/Spectre.git@bb55cd0
(can also be installed without a git tag to install latest)
RUN pip install git+https://github.com/edawson/Spectre.git
The resulting installed modules can then be called like so from the command line:
Hi,
This PR refactors the modules in this package to be more friendly to global import. It also adds a setup.py script that installs the main spectre "executables" (scripts) in the system path. This allows pip to install the package directly from the github repo like so:
The resulting installed modules can then be called like so from the command line:
Cheers, Eric