Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.07 KB

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を参照