- macOS Big Sur v11.4
- Python 3.8.2
- Poetry 1.1.7
brew install poetry # 他のOS:パッケージマネージャは適宜変更
poetry init # 名前とか色々入力,基本エンター
poetry add angr monkeyhex # 使いたいパッケージ
poetry install
poetry run python /path/to/solver.py
brew install poetry # 他のOS:パッケージマネージャは適宜変更
poetry init # 名前とか色々入力,基本エンター
poetry add angr monkeyhex # 使いたいパッケージ
poetry install
poetry run python /path/to/solver.py