You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, It would be nice if you could add some proper docs. I can help with this. For version 0.2.4 I'm getting AttributeError: module 'degenbot' has no attribute 'UniswapV2Pool'
The text was updated successfully, but these errors were encountered:
The README here on GitHub is out of sync because it has edits for the upcoming 0.3.0 release, which makes some changes to class naming and organization.
If you need to see the 0.2.4 README, the version on PyPI is still aligned with the latest release.
If you want to work with the development branch, you can do a git clone to your local machine and do an editable pip install (pip -e /path/to/local/repo) which will reflect any code changes to that folder your environment.
The README here on GitHub is out of sync because it has edits for the upcoming 0.3.0 release, which makes some changes to class naming and organization.
If you need to see the 0.2.4 README, the version on PyPI is still aligned with the latest release.
If you want to work with the development branch, you can do a git clone to your local machine and do an editable pip install (pip -e /path/to/local/repo) which will reflect any code changes to that folder your environment.
Or we can install directly from pip using tools like rye, hatch, pdm etc.
Hi, It would be nice if you could add some proper docs. I can help with this. For version
0.2.4
I'm gettingAttributeError: module 'degenbot' has no attribute 'UniswapV2Pool'
The text was updated successfully, but these errors were encountered: