From 973d697c14b14fa115a80bf759935cd34fd03ede Mon Sep 17 00:00:00 2001 From: manetta Date: Thu, 24 Jun 2021 14:09:59 +0200 Subject: [PATCH] adding a README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..19a2371 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# pad2pdf + +work-in-progressssss + + +collaborative editing space for PDF making using pads (closely linked to the wonderful Ethertoff project ) + +## Installation steps + +`python3 -m venv venvfolder` + +`source ./venvfolder/bin/activate` + +`pip install -r requirements.txt` + +## Run it locally + +`python3 start.py` + +open it in the browser at the following address: + +`localhost:5577` +