Skip to content

alexankitty/Persona-3-FES-Modding-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Mod Persona 3 FES

Documentation Status

This GitHub repo holds all of the content for building the readthedocs version of this guide.

The guide can be accessed below.

https://persona-3-fes-modding-guide.readthedocs.io/en/latest/

Building

Linux

git clone https://github.com/alexankitty/Persona-3-FES-Modding-Guide
cd ./Persona-3-FES-Modding-Guide/docs
python -m venv ./virtual
source ./virtual/bin/activate
pip install -U sphinx
pip install -r ./source/requirements.txt
make html
deactivate

Windows

cmd

git clone https://github.com/alexankitty/Persona-3-FES-Modding-Guide 
cd .\Persona-3-FES-Modding-Guidedocs
python -m venv .\virtual
.\virtual\Scripts\activate.bat 
pip install -U sphinx 
pip install -r .\source\requirements.txt 
.\make.bat html
deactivate

powershell

git clone https://github.com/alexankitty/Persona-3-FES-Modding-Guide
cd .\Persona-3-FES-Modding-Guidedocs
python -m venv .\virtual
.\virtual\Scripts\Activate.ps1
pip install -U sphinx
pip install -r .\source\requirements.txt
cmd /c .\make.bat html
deactivate

Releases

No releases published

Packages

No packages published