A PoC of Kosmorro, before Kosmorro became cool.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.

README.md 301 B

5 yıl önce
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. ```