A PoC of Kosmorro, before Kosmorro became cool.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

il y a 4 ans
il y a 4 ans
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. ```