A PoC of Kosmorro, before Kosmorro became cool.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

vor 4 Jahren
vor 4 Jahren
123456789101112131415161718192021222324252627
  1. # Ephemeris Calculator
  2. 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.
  3. **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.
  4. ## Installation
  5. If you really want to make fun with this weird code, here are the theorical instructions to run it.
  6. I didn't test it myself, I'm too afraid of it.
  7. **Requirements:**
  8. - Python 3.6.2 or more recent
  9. - PIP
  10. - [Pipenv](https://pypi.org/project/pipenv/)
  11. Clone this repository and run `pipenv install`.
  12. # Running the project
  13. Invoke the following command:
  14. ```console
  15. $ pipenv run python main.py
  16. ```