A PoC of Kosmorro, before Kosmorro became cool.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Den här utvecklingskatalogen är arkiverad. Du kan se filer och klona katalogen, men inte öppna ärenden eller genomföra push- eller pull-förfrågningar.

README.md 844 B

4 år sedan
4 år sedan
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. ```