-
Notifications
You must be signed in to change notification settings - Fork 31
Packaging it yourself
C2N14 edited this page Aug 2, 2018
·
3 revisions
Here are the steps to package this python package yourself, if you can't see your python version on the releases page or you want to change something about the final package:
- First, you are going to need to install fpm
- Once installed clone the repository and on
install-scripts/.package.sh
you can edit the following:
- To change the packages outputted you can edit the line that says
declare -a outputs
. For more info on supported outputs see this - To change the python version outputs edit
python_versions
- If you know what you're doing, you can change the normal and python dependencies by editing
otherdeps
andpypacks
respectively
- Finally, run the script and go to
releases/python[python version]/v[automathemely version]
and share or install whichever package you want