# Ephemeris Calculator This is a very, very, **VERY** early version of [Kosmorro](http://kosmorro.space), at a time when it was still a PoC and didn't got this cool name. It is stored here for the prosperity. **Disclaimer:** this version is _not supported_. I cannot be responsible if the code in this repository contains bugs, is inefficient, kills your kitty or just doesn't run at all. I didn't really know what I was doing. ## Installation If you really want to make fun with this weird code, here are the theorical instructions to run it. I didn't test it myself, I'm too afraid of it. **Requirements:** - Python 3.6.2 or more recent - PIP - [Pipenv](https://pypi.org/project/pipenv/) Clone this repository and run `pipenv install`. # Running the project Invoke the following command: ```console $ pipenv run python main.py ```