This commit is contained in:
Micky 2024-12-22 23:14:12 +11:00
parent 15f7ed2f4e
commit a8f01a06ae
2 changed files with 4 additions and 10 deletions

View File

@ -11,8 +11,4 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt
formats:
- pdf
- epub
- requirements: docs/requirements.txt

View File

@ -1,16 +1,14 @@
Installation
===========
This guide covers both standard installation and Docker deployment options for the Looking Glass application.
This guide covers Docker deployment options for photonglass.
Requirements
-----------
* Python 3.7 or higher (for standard installation)
* Node.js and npm (for standard installation)
* Docker and Docker Compose (for Docker deployment)
* Docker and Docker Compose
* Network access to target devices
Docker Deployment
Deployment
---------------
1. Clone the repository::