Closed ekaterinailin closed 6 years ago
A medium simple way to install AltaiPony is to clone and run a setup function.
AltaiPony
git clone https://github.com/ekaterinailin/AltaiPony.git cd AltaiPony python setup.py install
Three lines of commands to make AltaiPony run.
https://packaging.python.org/tutorials/packaging-projects/
What needs to be created or improved?
A medium simple way to install
AltaiPony
is to clone and run a setup function.Can you provide an example?
What is the goal / expected behaviour?
Three lines of commands to make
AltaiPony
run.