blockpy-edu / blockpy

Blockly that's more Python than JavaScript, powered with Skulpt
Apache License 2.0
391 stars 130 forks source link

Where can I get Pedal library and Pedal extensions. #102

Closed yuanwenlin closed 3 years ago

yuanwenlin commented 3 years ago

I saw "You'll need to make sure that our fork of Skulpt, BlockMirror, Pedal library, and Pedal extensions are all appropriately adjacent as needed." in ReadMe.md,but I don't know where I can get Pedal library and Pedal extensions. There are some errors when I run "../blockpy/tests/test.html":

···

Failed to load resource: net::ERR_FILE_NOT_FOUND ../pedal-edu/pedal/dist-js/skulpt-pedal.js Failed to load resource: net::ERR_FILE_NOT_FOUND ../pedal-edu/curriculum-ctvt/dist-js/skulpt-curriculum-ctvt.js Failed to load resource: net::ERR_FILE_NOT_FOUND ../pedal-edu/curriculum-sneks/dist-js/skulpt-curriculum-sneks.js ···

I check it on "git@github.com:pedal-edu/***" but I can't get the resource it needs.

Thanks.

acbart commented 3 years ago

https://github.com/pedal-edu/

Note that this is all heavily in redevelopment, as we roll out for our oncoming semester. We may not keep these docs perfectly in sync with our reality, and our time to help external adopters is a little limited at the moment. Good luck!