Open Aviksaikat opened 1 day ago
Looks like the pip package is outdated.
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'