/CameraSystem

ETロボコン2019のカメラシステムを管理するリポジトリ

Primary LanguagePythonMIT LicenseMIT

CameraSystem

ETロボコン2019のカメラシステムを管理するリポジトリ

GitHub Actions codecov

Setup

Python3.7以上をインストールしておいてください。

1. Install Poetry

Poetryをインストールします。

$ pip3 install poetry

pip3 or pip

2. Creating virtual environment

Python3.7の仮想環境を作ってあげます。

$ python3.7 -m venv .venv

python3.7 or python3 or python

3. Install dependency library

依存ライブラリをインストールします。

$ poetry install

Testing

$ ./pytest.sh

With PyCharm

PyCharmで楽しみたい人はこのURLを参照