Skip to content

paristimemachine/topomine-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topomine: documentation

Documentation based on Material for MkDocs.

Dependencies

  • python >= 3.10

Install

Create a virtualenv

virtualenv -p python3.10 venv

or

python3.10 -m venv venv

Install Python dependencies

pip install -r requirements.txt

MkDocs

Run Material for MkDocs

mkdocs serve

Build site

mkdocs build