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.

преди 4 години
1234567891011121314151617181920
  1. # Astronewbie Ephemeris Calculator
  2. ## Installation
  3. **Requirements:**
  4. - Python 3.6.2 or more recent
  5. - PIP
  6. - [Pipenv](https://pypi.org/project/pipenv/)
  7. Clone this repository and run `pipenv install`.
  8. # Running the project
  9. Invoke the following command:
  10. ```console
  11. $ pipenv run python main.py
  12. ```