Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peverwhee authored Aug 12, 2024
1 parent 412ab5d commit 8801d73
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# CAM-SIMA-docs
CAM-SIMA developer documentation

# Local usage
## Python environment

Required python libraries (pip install):

- mkdocs
- mkdocs-material

# Pushing updates
1. Clone the repository and checkout `main`
2. Run the server (from top of the repository directory): `mkdocs serve` (or `python -m mkdocs serve`
3. Open the documentation on your local server: `http://127.0.0.1:8000/`
4. Make edits
5. Push directly back to `main`

0 comments on commit 8801d73

Please sign in to comment.