From 3326f446c9a23ff0634f5c806cb92938822f7284 Mon Sep 17 00:00:00 2001 From: Kevin Wojkovich Date: Wed, 25 Dec 2024 22:43:49 -0600 Subject: [PATCH] change order of setup steps --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b15ca83..a362461 100644 --- a/README.md +++ b/README.md @@ -33,17 +33,6 @@ $ touch hosts $ tr -dc A-Za-z0-9 tokens ``` -## Python Application - -```sh -$ python -m venv .venv -$ source .venv/bin/acticate -$ pip install -r requirements.txt - -# run the application -$ fastapi run server.py --host 0.0.0.0 --port 8000 -``` - ## Sudoers configuration ``` @@ -68,6 +57,17 @@ local=/domain/ local=/domain2/ ``` +## Python Application + +```sh +$ python -m venv .venv +$ source .venv/bin/acticate +$ pip install -r requirements.txt + +# run the application +$ fastapi run server.py --host 0.0.0.0 --port 8000 +``` + # License (MIT) Copyright 2024 Kevin Wojkovich