Skip to content

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:

  1. First, you are going to need to install fpm
  2. 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 and pypacks respectively
  1. Finally, run the script and go to releases/python[python version]/v[automathemely version] and share or install whichever package you want
Clone this wiki locally