Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhayati authored Aug 9, 2024
1 parent 289a484 commit b0b8894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ sh setup/migrate_query_data.sh
1. Install the system following the TSM-Bench instructions
2. Add the name of the system to `utils/CONSTANTS.py` (Lines 8 and 9)
3. Add the name of the system to the import in `views/offline_queries_view.py` (Line 10)
4. Go to `views/offline_queries_view.py` and add the name of the system to systems (line 33).
5. Go to `djangoProject/models/load_query_data.py` and add the system to the systems list (line 6).
4. Go to `views/offline_queries_view.py` and add the name of the system to systems (line 33)
5. Go to `djangoProject/models/load_query_data.py` and add the system to the systems list (line 6)
6. Load the query data into the django models
```bash
sh setup/sh setup/migrate_query_data.sh
Expand All @@ -89,7 +89,7 @@ sh setup/migrate_query_data.sh
1. Install the system following the TSM-Bench instructions
2. Add the name of the system to `utils/CONSTANTS.py` (if not done in offline)
3. Add the name of the system to the import in `views/online_queries_view.py` (Line 6)
4. Go to `views/online_queries_view.py` and add the name of the system to systems (line 38).
4. Go to `views/online_queries_view.py` and add the name of the system to systems (line 38)



Expand Down

0 comments on commit b0b8894

Please sign in to comment.