A PoC of Kosmorro, before Kosmorro became cool.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

README.md 301 B

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. ```