Commit Graph

97 Commits

Author SHA1 Message Date
Padraic Fanning
0ea56025ec Replace master with main
Fixes #3067
2021-09-15 17:54:54 -04:00
Jeong YunWon
0834ae3039 Merge pull request #2212 from pmp-p/patch-1
WASI: add a note for rust wasm target setup
2021-08-18 02:00:48 +09:00
Rahul Kumaresan
eef4c47269 fix markup 2021-05-20 20:56:56 +05:30
Rahul Kumaresan
1dfc7832f3 add user guide link in README 2021-05-20 20:27:32 +05:30
Rahul Kumaresan
b369eddfac Correct documentation link
resolves #2598
2021-05-15 23:15:27 +05:30
Noah
a45deaf7ac Upgrade README 2021-05-10 14:09:06 -05:00
Noah
936826bd44 Replace symlinks-to-hardlinks.ps1 hack with a nicer hack 2021-05-01 23:23:45 -05:00
Anton
f231bb413f Add https:// 2021-04-18 09:04:29 -05:00
Anton
544edbcbca Replace codingworkshops with Robot Rumble
Replace the now-defunct codingworkshops with Chicode's new project, Robot Rumble. It uses RustPython to run Python robots on the desktop, in the browser, and on the server.
2021-04-18 09:02:55 -05:00
Noah
20c33f8069 Declare ourselves as Python 3.9 2021-01-25 20:04:32 -06:00
Noah
e3eed8acd7 Update README and powershell script to improve onboarding 2020-10-01 14:00:21 -05:00
Paul m. p. P
6261193372 WASI: add a note for rust wasm target setup
cf https://github.com/rustwasm/wasm-bindgen/issues/929
2020-09-18 08:18:01 +02:00
Ben Lewis
fca23276e0 Add documentation to README.md, and install required dependencies on ci. 2020-08-28 19:52:04 +12:00
Noah
f6a08b8a01 Add a note about scripts\symlinks-to-hardlinks.ps1 in the README 2020-07-31 01:37:31 +09:00
Aviv Palivoda
5245528b24 Add link to home page 2020-05-30 10:41:57 +03:00
James Webber
86800760ef update rust version in readme 2020-05-24 12:37:22 -07:00
Jeong YunWon
bccf83ff73 standard library is set by default by 5f6c715
Related commit: 5f6c7152b3
2020-05-08 04:04:36 +09:00
Jeong YunWon
5759c10c25 Add cpython unittest guideline 2020-05-03 23:40:01 +09:00
TheAnyKey
f343440ffd Added remark to set and export path to lib 2020-04-27 13:11:17 -04:00
Aviv Palivoda
f12117f2ea Remove azure pipeline and travis badges from README 2020-03-21 18:33:09 +02:00
Noah
37355d612a Add LICENSE-logo, update LICENSE to (c) 2020 2020-03-11 21:54:49 +00:00
Noah
7c4f6263bd Add GH actions badge 2020-02-04 00:08:24 +00:00
Noah
bd6179879b Add Gitpod badge 2020-02-04 00:06:17 +00:00
Cedric Hutchings
9beb44251d Add examples showcasing how to embed RustPython in Rust applications 2020-01-26 00:42:35 -05:00
Syrus Akbary
5063dd30fa Added WAPM badge 2020-01-17 12:12:29 +01:00
David Brochart
a6eeb8018f conda install 2020-01-12 19:17:29 +01:00
Chris Drake
614ba32137 Fix spelling
Change "libarary" to "library".
2019-11-09 19:24:07 -08:00
Maxwell Anderson
a2d9c40cc7 add cargo install instructions to README 2019-10-23 22:43:38 -04:00
Aviv Palivoda
b51dc3df20 Merge pull request #1522 from RustPython/add-badges
Add some extra badges with links to readme.
2019-10-15 18:07:14 +03:00
ChJR
d5e2c841ab Change rustc specific version descriptions 2019-10-13 23:15:23 +09:00
Windel Bouwman
7d18ac2b43 Add some extra badges with links to readme. 2019-10-13 14:45:56 +02:00
ChJR
868411ca3b Change README 2019-10-13 17:43:48 +09:00
Syrus
f1ad06d470 Added wapm integration 🎉 2019-10-07 12:46:18 -07:00
Carol Willing
3fce075cc3 Add minimal version and document check/update 2019-08-15 10:48:45 +09:00
Windel Bouwman
f7320cf545 Move Scope struct to its own file, making the frame module private in the process. 2019-07-23 20:39:47 +02:00
coolreader18
5821bac2dc Update READMEs 2019-07-16 19:13:07 -05:00
Windel Bouwman
e0981f8b67 Add references to usage and conference videos 2019-07-13 23:34:34 +02:00
coolreader18
3beaf5f89d Address feedback
Move profile writing to own function; move profiling doc to
DEVELOPMENT.md, remove 'present because' from arg help.
2019-07-10 13:29:05 -05:00
coolreader18
33b3cee472 Add profiling documentation to README.md 2019-07-10 13:14:02 -05:00
Windel Bouwman
c64a974bfd Update documentation folder and readme. 2019-07-06 11:42:19 +02:00
rmliddle
026958a322 Resolved merge conflict 2019-06-23 11:39:46 +10:00
coolreader18
bfd6145d5f Use RUSTPYTHONPATH in ouroboros instructions 2019-06-13 12:34:30 -05:00
rmliddle
6767b4efb1 BytesIO First Pass 2019-06-09 21:33:16 +10:00
Jeong YunWon
9f7676589f Fix README not to refer moved file
`cargo run tests/snippets/whats_left_to_implement.py`
-> `./whats_left.sh`
2019-04-22 21:31:22 +09:00
coolreader18
79a7aed46d Make logo larger 2019-03-22 18:12:08 -05:00
coolreader18
c430b5a597 Fix logo in README 2019-03-22 18:10:46 -05:00
coolreader18
cf78d6b3eb Add logo to README 2019-03-22 18:09:05 -05:00
Windel Bouwman
4b783b1523 Add a code of conduct 2019-03-07 20:00:02 +01:00
Abdul Arfan
0a68b7a3da fix typo in README.md, will to with 2019-03-03 09:18:08 +07:00
Rod Elias
b518867220 fix typos 2019-02-21 23:41:43 -03:00