runme | ||||
---|---|---|---|---|
|
- Automatically Creates Badge for Runme
- Secures Fenced Code Blocks for flawless rendering
To create a virtual environment for your Mkdocs project, you can follow these steps:
- Open a terminal or command prompt.
- Navigate to your project directory:
- Create a new virtual environment:
python3 -m venv venv
- Activate the virtual environment:
- On macOS and Linux:
source venv/bin/activate
- On Windows:
venv\Scripts\activate
- Install the required packages:
pip install -r requirements.txt
- Now you can proceed with running the Mkdocs server or building the documentation.
- When you're done, you can deactivate the virtual environment:
deactivate
That's it! You have successfully set up a virtual environment for your Mkdocs project.
Install python module
pip install git+https://github.com/stateful/mkdocs-runme-plugin.git
Configuration
plugins:
- runme:
# Repository URL for generated badges
repository: https://github.com/stateful/mkdocs-runme-plugin.git
# Docs Directory to generate the badge link, defaults to docs
docs_dir: workflows