-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
create conda environments: conda create -n env_name
get into the environment: conda activate env_name
install python and the dependencies:
conda install python=3.7conda install -c conda-forge pelicanconda install markdown
go to the swportal folder you cloned:
pelican content -s pelicanconf.pycd outputpython -m pelican.server
the are some bugs with pelican --autoreload --listen
it will result in OSError: [WinError 87]
ref: getpelican/pelican#2400
so you can only compile website and depoly/publish through the command above now
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation