Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 730 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 730 Bytes

The rendered documentation can be viewed at...

https://phoenix-documentation.readthedocs.io/en/latest/index.html

Legacy documentation from past seasons can be found in the Legacy sub folder...

https://github.com/CrossTheRoadElec/Phoenix-Documentation/tree/master/Legacy

To compile locally: 1. Install any version of python 2. 2. run python.exe -V in command prompt to ensure it is installed properly If command is not found, add it to system path- (Windows 10) This PC -> Properties -> Advanced System Settings -> Enviornment variables -> Path Add C:\Python27 (change if you have a different version of python 2) 3. Run pip install -r requirements.txt to install dependencies 4. Run test.bat to generate html files.