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.
|
1234567891011121314151617181920 |
- # Astronewbie Ephemeris Calculator
-
- ## Installation
-
- **Requirements:**
-
- - Python 3.6.2 or more recent
- - PIP
- - [Pipenv](https://pypi.org/project/pipenv/)
-
- Clone this repository and run `pipenv install`.
-
- # Running the project
-
- Invoke the following command:
-
- ```console
- $ pipenv run python main.py
- ```
-
|