Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberSahdev committed Feb 5, 2025
1 parent 4eb2e57 commit ec020ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,22 @@ Open Interface
</ul>
</details>

<details>
<summary><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1869px-Python-logo-notext.svg.png" alt="Python Logo" width="15" height="15"> <b>Run as a Script</b></summary>
<ul>
<li>Clone the repo <code>git clone https://github.com/AmberSahdev/Open-Interface.git</code></li>
<li>Enter the directory <code>cd Open-Interface</code></li>
<li><b>Optionally</b> use a Python virtual environment
<ul>
<li><code>pyenv local 3.12.2</code></li>
<li><code>python -m venv .venv</code></li>
<li><code>source .venv/bin/activate</code></li>
</ul>
</li>
<li>Install dependencies <code>pip install -r requirements.txt</code></li>
<li>Run the app using <code>python app/app.py</code></li>
</ul>
</details>

### <ins id="setup">Setup</ins> 🛠️
<details>
Expand Down

0 comments on commit ec020ea

Please sign in to comment.