SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

User testing of the 'example' package #203

Open SimonBiggs opened 6 years ago

SimonBiggs commented 6 years ago

Specific task

Download the git repository (git@github.com:SimonBiggs/scriptedforms.git).

Attempt to create a local Python package separate from the repository using the example provided here: https://github.com/SimonBiggs/scriptedforms/tree/master/example

As you go through the process make changes to the example readme file (https://github.com/SimonBiggs/scriptedforms/blob/master/example/README.md) that you believe would make the process easier for others.

Submit your changes as a pull request.

Example

For the local python package the example is at https://github.com/SimonBiggs/scriptedforms/tree/master/example.

Regarding the pull request, let me know if you haven't done that before and I can send you some pointers to online documentation.

SimonBiggs commented 6 years ago

At the moment I am in a weird position where I have made some big changes to how tables work. I have updated the example package, but the version of ScriptedForms that works with this table is still just a pre release.

It's not ideal. I need to have a better way of doing it.

But for now, to get the forms within the example folder to work you'll need to install ScriptedForms with pip install --pre scriptedforms to install the pypi development release.

SimonBiggs commented 6 years ago

Also please let me know if you have trouble doing any of these steps. No matter how small the issue is. I'm happy to help :).