Skip to content

Commit

Permalink
Deploying to github_pages from @ b1f364e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Oct 28, 2024
1 parent aaf7524 commit b1b17f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions _sources/index.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_key
cd health-rec

# Create virtual environment
python -m venv .venv
python3 -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate

# Install dependencies
poetry install --with test
poetry install --with test,docs
```

2. **Run pre-commit checks**
Expand Down Expand Up @@ -95,13 +95,13 @@ docker compose --env-file .env.development --profile frontend -f docker-compose.
**GTA data**

```bash
python scripts/download_data.py --api-key $YOUR_211_API_KEY --dataset on --is-gta --data-dir <path_to_data_dir>
python3 scripts/download_data.py --api-key $YOUR_211_API_KEY --dataset on --is-gta --data-dir <path_to_data_dir>
```

**Ontario-wide data**

```bash
python scripts/download_data.py --api-key $YOUR_211_API_KEY --dataset on --data-dir <path_to_data_dir>
python3 scripts/download_data.py --api-key $YOUR_211_API_KEY --dataset on --data-dir <path_to_data_dir>
```

#### Upload data and embeddings
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,11 @@ <h3>🛠️ Installation<a class="headerlink" href="#installation" title="Link t
<span class="nb">cd</span><span class="w"> </span>health-rec

<span class="c1"># Create virtual environment</span>
python<span class="w"> </span>-m<span class="w"> </span>venv<span class="w"> </span>.venv
python3<span class="w"> </span>-m<span class="w"> </span>venv<span class="w"> </span>.venv
<span class="nb">source</span><span class="w"> </span>.venv/bin/activate<span class="w"> </span><span class="c1"># On Windows: .venv\Scripts\activate</span>

<span class="c1"># Install dependencies</span>
poetry<span class="w"> </span>install<span class="w"> </span>--with<span class="w"> </span><span class="nb">test</span>
poetry<span class="w"> </span>install<span class="w"> </span>--with<span class="w"> </span>test,docs
</pre></div>
</div>
</li>
Expand All @@ -364,11 +364,11 @@ <h3>📥 Data setup<a class="headerlink" href="#data-setup" title="Link to this
<section id="download-service-data-211-api">
<h4>Download service data (211 API)<a class="headerlink" href="#download-service-data-211-api" title="Link to this heading"></a></h4>
<p><strong>GTA data</strong></p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>scripts/download_data.py<span class="w"> </span>--api-key<span class="w"> </span><span class="nv">$YOUR_211_API_KEY</span><span class="w"> </span>--dataset<span class="w"> </span>on<span class="w"> </span>--is-gta<span class="w"> </span>--data-dir<span class="w"> </span>&lt;path_to_data_dir&gt;
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python3<span class="w"> </span>scripts/download_data.py<span class="w"> </span>--api-key<span class="w"> </span><span class="nv">$YOUR_211_API_KEY</span><span class="w"> </span>--dataset<span class="w"> </span>on<span class="w"> </span>--is-gta<span class="w"> </span>--data-dir<span class="w"> </span>&lt;path_to_data_dir&gt;
</pre></div>
</div>
<p><strong>Ontario-wide data</strong></p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python<span class="w"> </span>scripts/download_data.py<span class="w"> </span>--api-key<span class="w"> </span><span class="nv">$YOUR_211_API_KEY</span><span class="w"> </span>--dataset<span class="w"> </span>on<span class="w"> </span>--data-dir<span class="w"> </span>&lt;path_to_data_dir&gt;
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>python3<span class="w"> </span>scripts/download_data.py<span class="w"> </span>--api-key<span class="w"> </span><span class="nv">$YOUR_211_API_KEY</span><span class="w"> </span>--dataset<span class="w"> </span>on<span class="w"> </span>--data-dir<span class="w"> </span>&lt;path_to_data_dir&gt;
</pre></div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1b17f9

Please sign in to comment.