-
Download the files and place them into a new folder.
-
Open your terminal and navigate to the newly created folder.
-
Create a virtual environment by running the following command in the terminal:
python -m venv venv
-
Once the command finishes, activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
-
Install the necessary dependencies:
pip install -r requirements.txt
- If you are using Python 3, replace
pip
withpip3
.
- If you are using Python 3, replace
-
Run the program:
python app.py
- Select a
.txt
file to type your work in, or use the providedtext.txt
.