Closed koreyou closed 5 years ago
Do you have any plan to add setup.py to allow user to install mtool by running command such as pip install git+https://github.com/cfmrp/mtool.git?
setup.py
pip install git+https://github.com/cfmrp/mtool.git
This will make installation much cleaner than using things like git submodule.
git submodule
I am willing to contribute if you people are to accept merge requests.
we welcome pull requests!
Do you have any plan to add
setup.py
to allow user to install mtool by running command such aspip install git+https://github.com/cfmrp/mtool.git
?This will make installation much cleaner than using things like
git submodule
.I am willing to contribute if you people are to accept merge requests.