We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198016f commit 2774883Copy full SHA for 2774883
1 file changed
README.md
@@ -1,2 +1,26 @@
1
# Orientation Project - Python
2
3
+Refer to the Fellowship LMS for information!
4
+
5
+## Setup
6
7
+```
8
+python3 -m venv .venv
9
+source .venv/bin/activate
10
+pip install -r requirements.txt
11
12
13
+## Run
14
15
+flask run
16
17
18
+### Run tests
19
20
+pytest test_pytest.py
21
22
23
+### Run Linter
24
25
+pylint *.py
26
0 commit comments