Skip to content

Resources for managing content for the KSP2 Wiki

License

Notifications You must be signed in to change notification settings

TheDro/kerbal-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kerbal Wiki

This repo is used to manage content for the KSP2 Wiki.

Python

To activate the python virtual environment in git bash:

cd python
source .venv/Scripts/activate
pip install -r requirements.txt

note: .venv was set up by VSCode

To install new libraries, run

pip install <library>
pip freeze > requirements.txt

Tesseract was installed from https://github.com/UB-Mannheim/tesseract/wiki

About

Resources for managing content for the KSP2 Wiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published