The server (desktop application) for clippy the clipboard and remote control application.
Run the command below to create the python enviroment.
python3 -m venv enviroment
For powershell users:
To activate the enviroment run:
.\enviroment\Scripts\Activate.ps1
For CMD users:
To activate the enviroment run:
enviroment\Scripts\activate.bat
Note: you should see the enviroment name in your shell prompt when activated
After activating the python enviroment run:
python -m pip install -r requirements.txt
Now its all set you can run the program.
To deactive the enviroment just type:
deactivate
Make sure python3 and pip installed.
Run the command below to install dependencies
python3 -m pip install -r requirements.txt
Now you can run the program.
Activate the python enviroment then run.
python server.py
Run the command below.
python3 server.py
Make sure you have all the requirements.txt
dependencies up to date
(especially sphinx
and recommonmark
).
Run
make html
and the HTML documentation will be generated in _build/
Make sure you have the LaTeX toolchain on your machine. Then, run this:
make latexpdf
This will generate the LaTeX file(s), and will build the PDF.