Skip to content

Commit

Permalink
Update installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
barun-saha committed Dec 8, 2024
1 parent f4faf43 commit 50f37bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ ollama list # View locally available LLMs
export RUN_IN_OFFLINE_MODE=True # Enable the offline mode to use Ollama
git clone https://github.com/barun-saha/slide-deck-ai.git
cd slide-deck-ai
python -m venv venv # Create a virtual environment
source venv/bin/activate # On a Linux system
pip install -r requirements.txt
streamlit run ./app.py # Run the application
```

Expand Down

0 comments on commit 50f37bd

Please sign in to comment.