A PoC of Kosmorro, before Kosmorro became cool.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

README.md 844 B

4 years ago
4 years ago
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. ```