Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@hughrun hughrun released this 08 Sep 10:30
· 46 commits to master since this release
bd04495

Finally, you can install and update ephemetoot directly from pypi using pip!

Version 3 is packaged using poetry and available on pypi.

Nearly all of the changes in Version 3 are 'plumbing':

  • install from pypi using pip install ephemetoot
  • now includes test suite
  • new and improved docs at ephemetoot.hugh.run
  • --init flag guides users through creating a config file
  • --verbose flag provide more information about errors
  • improved error and console messages

Check out the docs for more information.

Install

pip install ephemetoot

Upgrade

pip uninstall ephemetoot
pip install ephemetoot

or, if you accidentally installed version 2.6.1 already:

pip install --upgrade ephemetoot