mirror of
https://github.com/jackeilles/xygt.git
synced 2024-12-04 04:32:41 +01:00
Update README.md
This commit is contained in:
parent
587fd56256
commit
9f8b653d83
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Dead Project - xygt has rebranded to pasted.sh - undergoing rewrite, project archived for now.
|
||||||
|
|
||||||
![xygt.png](xygt.png)
|
![xygt.png](xygt.png)
|
||||||
|
|
||||||
This repository hosts all of the code for the file hosting site 'xygt.cc'.
|
This repository hosts all of the code for the file hosting site 'xygt.cc'.
|
||||||
|
@ -29,4 +31,4 @@ Thats it.
|
||||||
2. Create a virtual environment in the repository folder `python -m venv .venv`
|
2. Create a virtual environment in the repository folder `python -m venv .venv`
|
||||||
3. Enter that venv with `source .venv/bin/activate` on Linux/MacOS or `.venv/scripts/activate` on Windows
|
3. Enter that venv with `source .venv/bin/activate` on Linux/MacOS or `.venv/scripts/activate` on Windows
|
||||||
4. Install "requirements.txt" with `pip install -r requirements.txt`
|
4. Install "requirements.txt" with `pip install -r requirements.txt`
|
||||||
5. Run with whatever WSGI compatible runner you use, for example `flask run`
|
5. Run with whatever WSGI compatible runner you use, for example `flask run`
|
||||||
|
|
Loading…
Reference in a new issue