- Notifications
You must be signed in to change notification settings - Fork1.3k
Open
Description
Summary
You need to edit the install command of the readme and the website fromcargo install --git https://github.com/RustPython/RustPython rustpython
tocargo install rustpython
Expected
Initial installation on Windows
Actual
Path is too long error at ruff installation; it also tries to install older than ruff's main version. Onlycargo install rustpython
works.