You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Make](https://www.gnu.org/software/make/#download)***(otherwise you'll have to copy the commands from the [Makefile](https://github.com/THEGOLDENPRO/aghpb_api/blob/main/Makefile))***
85
85
86
86
1. Clone the repo.
@@ -94,14 +94,14 @@ source env/bin/activate # For windows it's --> cd env/Scripts && activate && cd
94
94
```
95
95
3. Install the API's dependencies.
96
96
```sh
97
-
make
97
+
pip install . -U
98
98
```
99
99
4. Pull the ~~anime girls~~ programming books.
100
100
```sh
101
101
make pull-repo
102
102
```
103
-
5. Run that sh#t.
103
+
5. Run that mf.
104
104
```sh
105
-
make run
105
+
fastapi dev api/main.py
106
106
```
107
107
6. Visit ``localhost:8000`` in your browser, then all should be good! 🌈
0 commit comments