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
You need to edit the install command of the readme and the website from cargo install --git https://github.com/RustPython/RustPython rustpython to cargo 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. Only cargo install rustpython works.
The text was updated successfully, but these errors were encountered:
Summary
You need to edit the install command of the readme and the website from
cargo 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. Only
cargo install rustpython
works.The text was updated successfully, but these errors were encountered: