The whole repo has now been migrated to a comman line setup. This was to improve scalability, improve portability, as well as to make the project migrate from a more one file -type structure to a more common and usable format that would help the app have arguments and only a requirement for pip and python.
This new format means that instead of calling python bot/galact.py
you can just install the package directly using:
- stable
- unstable
- pipenv
- When on pypi(cannot as such)
pip install git+https://github.com/absozero/galact.git
pip install git+https://github.com/absozero/galact.git@Testing
pipenv install git+https://github.com/absozero/galact.git
pip install galact
This should be temporary until the package is published to PyPi, where then the package can just be installed by name.