Skip to content

Compiling site locally

Adam R. Jensen edited this page Dec 8, 2022 · 2 revisions

First create a virtual environment and install the packages listed in the environment yaml file.

conda env create -f environment.yml -n psm3

You'll also need to install the packages listed in the doc-requirements.txt file:

pip install -r requirements.txt

You also need to install pandoc.

Once you have all the dependencies, navigate to the directory of your local clone of the repository (e.g., C:\Users\GitHub\unofficial-psm3-userguide) and run the command:

make html
Clone this wiki locally