scriptedforms icon indicating copy to clipboard operation
scriptedforms copied to clipboard

User testing of the 'example' package

Open SimonBiggs opened this issue 7 years ago • 2 comments

Specific task

Download the git repository ([email protected]: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 avatar Mar 31 '18 03:03 SimonBiggs

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 avatar Apr 02 '18 00:04 SimonBiggs

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 :).

SimonBiggs avatar Apr 02 '18 00:04 SimonBiggs