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.

README.md 301 B

4 vuotta sitten
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. ```