Clone the repository and in the parent directory, run the following commands.
Windows
pip install virtualenv
virtualenv venv
Windows
venv\Scripts\activate
On Windows, it may be required to set the execution policy for the user. You can do this by issuing the following PowerShell command: PS C:> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
pip install -r requirements.txt
Ensure that the requirements are installed, and the virtual environment is activated. Then run the following\
Windows
python app.py
To compile Activity Monitor to an executable (.exe), run either of the following commands in the root directory of the project using pyinstaller
For .exe with console use pyinstaller -F -c --icon=favicon.ico ./app.py
For .exe without console use pyinstaller -F -w --icon=favicon.ico ./app.py
Install the extension to collect URL