Googolplexic commited on
Commit
614a069
·
1 Parent(s): 426d35b

readme updates for william

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -3,14 +3,16 @@
3
  ## Steps to Run
4
 
5
  if it your first time running it:
 
6
  ```
7
  python -m venv venv
8
  ```
 
9
  then activate your virtual environment
10
 
11
  then:
12
 
13
- ```
14
  pip install -r requirements.txt
15
  ```
16
 
@@ -26,9 +28,11 @@ user flow ish
26
  6. in api_validator.py, we grab the config_id from database and set up an automated scheduler to periodically grab the required information from api and store it in database until no more events are specified that need grabbing and return such info to user upon request
27
  7. i think thats it
28
 
29
- ### as william, my job should be to set up:
30
 
31
  1. code that grabs config information
 
32
  2. creates a schedule for config_id
33
  3. attempts to grab info for api
34
- 4. make sure that this schedule is robust hopefully
 
 
3
  ## Steps to Run
4
 
5
  if it your first time running it:
6
+
7
  ```
8
  python -m venv venv
9
  ```
10
+
11
  then activate your virtual environment
12
 
13
  then:
14
 
15
+ ```
16
  pip install -r requirements.txt
17
  ```
18
 
 
28
  6. in api_validator.py, we grab the config_id from database and set up an automated scheduler to periodically grab the required information from api and store it in database until no more events are specified that need grabbing and return such info to user upon request
29
  7. i think thats it
30
 
31
+ ### as william, my job should be to set up
32
 
33
  1. code that grabs config information
34
+ 1. make sure to confirm that mcp api key matches with config id - Coleman
35
  2. creates a schedule for config_id
36
  3. attempts to grab info for api
37
+ 4. add said info to database
38
+ 5. make sure that this schedule is robust hopefully