Replies: 6 comments 52 replies
-
Also, @villares , are you happy with what is in the README.md file? The contents of this file will appear on pypi. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm working on a PR for the README, and I noticed the "py5 cheatsheet" link is broken and it is also broken in the Plug-in menu item referring to the PDF. It used to point to Tristan's cheat-sheet repo: https://raw.githubusercontent.com/tabreturn/processing.py-cheat-sheet/master/py5/py5_cc.pdf What should we do?
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@villares @GoToLoop , let's keep things moving with this new release. Here's the next release candidate, which includes the two PRs by @villares to change the readme and the cheatsheet link. thonny_py5mode-0.5.0rc1.tar.gz Anything else we need to change? There was a suggestion somewhere that we set the py5 dependency to >=0.10.7a0 and to use >= for future releases as a way to simplify the py5 upgrade process when users upgrade the plugin. The result is that when a user upgrades the plugin, py5 would be updated also, without any additional steps. Since the plugin installs py5, py5 cannot be updated using the process a user would use for another library. (is this true? also, is it true for py5's dependencies???) |
Beta Was this translation helpful? Give feedback.
-
Please, test my alternative Thonny + py5mode installation script for Linux: Gist repo link for "thonny-installer.bash":https://Gist.GitHub.com/GoToLoop/246a31d437aaa8c6eadb7f7186544e0f Download + installation command for Linux terminal using curl:curl -fsSL https://Gist.GitHubUserContent.com/GoToLoop/246a31d437aaa8c6eadb7f7186544e0f/raw/thonny-installer.bash -o thonny-installer.bash && chmod +x thonny-installer.bash && ./thonny-installer.bash P.S.: Moved my script to my Gist repo so it's easier for me to edit it and make it downloadable! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@villares, @GoToLoop, and all py5 users who would like to help test the py5 thonny plugin before the next release!
Recent changes: (#74, #75)
TypeAlias
stuff added to install_jdk.py doesn't work in 3.9.TypeAlias
was added in 3.10 but only is deprecated in 3.12. :( How odd. Let's leave it alone for now.You can obtain an installable plugin here:
thonny_py5mode-0.5.0rc0.tar.gz
In Thonny's "Manage Plugins" page it allows you to install a plugin from a local file. After installing (and restarting Thonny) you will see it as an installed plugin in the plugins window. That window can also tell you were the plugin is installed to if you want to be 100% sure the previous version is in fact gone.
Please test this on all platforms. Report back to this discussion thread what you find. @villares and @GoToLoop , what specifically should we look out for here?
Beta Was this translation helpful? Give feedback.
All reactions