-
Clone this repository and change the project directory:
git clone git@github.com:bouncmpe/caslab.git cd caslab -
Create a new virtual environment by running the following command:
python -m venv ~/venv/mkdocsThis will create a new virtual environment named
mkdocsin the~/venvdirectory. -
Activate the virtual environment by sourcing the activation script:
source ~/venv/mkdocs/bin/activate
-
Once the virtual environment is activated, use
pipto install requirements:pip install -r requirements.txt
This will install MkDocs and other dependencies into the virtual environment.
-
To verify that MkDocs was installed successfully, run the following command:
mkdocs --version
This should display the version number of MkDocs.
-
Next, start the development server by running the following command:
mkdocs serve
This will start the development server, and you can view your site by visiting http://localhost:8000 in your web browser.
-
Add/modify/delete the markdown files under the
contentdirectory or modifymkdocs.ymlfor the site settings. Your changes will be immediately updated on your browser.
ardayurdakul/caslab
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|