Skip to content

Commit 2774883

Browse files
committed
Update README
1 parent 198016f commit 2774883

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
# Orientation Project - Python
22

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

Comments
 (0)