-
Notifications
You must be signed in to change notification settings - Fork 8
3. Running text script
George Ciesinski edited this page Mar 15, 2020
·
1 revision
This section is for developers as users will be running the released versions and not the development version. It goes without mentioning that you should clone the repository before trying the following steps.
- Install the dependencies, preferably in a virtual environment, then activate the virtual environment.
- Change the directory to textscript within your repository.
- Run the text-script.py file:
python text-script.py
Note: This program is sensitive to the current working directory. It is not recommended to run this program from another CWD at this time until appropriate checks have been implemented.
- Install the dependencies, preferably in a virtual environment, then activate the virtual environment.
- Change the configuration in your IDE so that textscript is both marked as sources root, and as the current working directory when you run files within it.
- Run the text-script.py file ensuring it is ran from the correct CWD.
Note: If the program creates duplicate folders in the wrong directory, it is being ran from the wrong the wrong CWD.