We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db38b4a + 3f8116f commit 46251d4Copy full SHA for 46251d4
2 files changed
README.md
@@ -43,7 +43,9 @@ Or use the interactive shell:
43
To start contributing, there are a lot of things that need to be done.
44
Most tasks are listed in the [issue tracker](https://github.com/RustPython/RustPython/issues).
45
Another approach is to checkout the sourcecode, and try out rustpython until
46
-you hit a limitation, and try to fix that.
+you hit a limitation, and try to fix that. You can also simply run
47
+`cargo run tests/snippets/whats_left_to_implement.py` and pickup any
48
+unimplemented method.
49
50
# Testing
51
0 commit comments