Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.17 KB

File metadata and controls

63 lines (40 loc) · 1.17 KB

IntelligentAppFactory

Public repository to detail how intelligent app can be secured, developed, and architected at scale.

Running locally on windows

Install Python 3.11.6

python --version

Virtual Env

https://docs.python.org/3/tutorial/venv.html

Run

python -m venv venv

Run

venv\Scripts\activate

install/ upgrade pip

python -m pip install --upgrade pip

Install packages

pip install -r .\requirements.txt

To deactivate virtual environment deactivate

More info: https://docs.python.org/3/tutorial/venv.html

MK Docs

For full documentation visit mkdocs.org.

mkdocs-material documentation

Commands

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs build - Build the documentation site.
  • mkdocs -h - Print help message and exit.

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.