Closed ekaterinailin closed 4 years ago
Installing AltaiPony with setup.py entails a number of errors thrown with uninstalled dependencies. Ideally, these would be installed recursively.
setup.py
Running python3 setup.py install will truly be the only line of code to call in order to install AltaiPony.
python3 setup.py install
Tried including the dependency on my fork of K2SC using various flavors of this StackOverflow suggestion but to no avail.
Trying this next.
Seems to work now with #59 .
What needs to be created or improved?
Installing AltaiPony with
setup.py
entails a number of errors thrown with uninstalled dependencies. Ideally, these would be installed recursively.What is the goal / expected behaviour?
Running
python3 setup.py install
will truly be the only line of code to call in order to install AltaiPony.