/MkDocsSiteTemplate

Primary LanguagePowerShellMIT LicenseMIT

Getting Started With MKDocs

Installation (Windows)

  1. Install Python
    1. Download Python 3
    2. Run the installer
      1. Choose Customize installation
      2. Leave everything checked (Documentation, pip, tcl/tk, Python tst suite, py launcher (and for all users))
      3. Check the following:
        • Install for all users
        • Associate files with Python
        • Create shortcuts for installed applications
        • Add Python to environment variables
        • Precomplie standard library
      4. Click Install
  2. Install pythong modules
    pip install -r requirements.txt
    

Installation (Windows - Chocolatey)

cinst python3
pip install -r requirements.txt