Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
manishshettym committed Feb 22, 2024
1 parent e1ef3b7 commit f351ece
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ How to use CodeScholar:

1. Starting services
```bash
# start codescholar services (elasticsearch and redis)
./services.sh start
```
<details>
Expand All @@ -80,7 +79,6 @@ How to use CodeScholar:

2. Indexing
```bash
# index search space programs into elasticsearch
./services.sh index <dataset_name>
```
<details>
Expand Down Expand Up @@ -115,17 +113,14 @@ How to run CodeScholar Streamlit App:

1. Setup services
```bash
# start codescholar services (elasticsearch and redis)
./services.sh start
# index search space programs into elasticsearch
./services.sh index <dataset_name>
```

2. Start server and application
```bash
cd codescholar/apps
# start a flask server, celery backend, and streamlit app
./app.sh start
```
<details>
Expand Down

0 comments on commit f351ece

Please sign in to comment.