Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ localhostで立ち上げたWINGSでのC2A動作試験をpythonで行うために
インストールしなくてもこのライブラリは使用できるがpytestは実行できず、各testファイルを直接実行する必要がある。

```
git clone https://gitlab.com/ut_issl/c2a/tools/wings_interface
cd wings_interface
git clone https://github.com/ut-issl/python-wings-interface.git
cd python-wings-interface
pip install -e .
```

## 使い方

以下、`wings_interface/` を基準のパスとして考える。
以下、`python-wings-interface/` を基準のパスとして考える。

### サンプルコード
`samples/sample_test_*.py` を参照。
Expand Down