Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
cagostino committed Feb 8, 2025
1 parent 82f10bd commit 6e12e25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ curl -fsSL https://ollama.com/install.sh | sh

ollama pull llama3.2
ollama pull llava:7b
ollama pull nomic-embed-text
pip install npcsh
```

Expand All @@ -62,6 +63,7 @@ brew services start ollama
brew install pygobject3
ollama pull llama3.2
ollama pull llava:7b
ollama pull nomic-embed-text
pip install npcsh
```
### Widows Install
Expand All @@ -73,12 +75,19 @@ Then, in a powershell. Download and install ffmpeg.
```
ollama pull llama3.2
ollama pull llava:7b
ollama pull nomic-embed-text
pip install npcsh
```
As of now, npcsh appears to work well with some of the core functionalities like /ots and /whisper.
Haven't figured out the command execution parts with windows yet but will make an issue.


### Fedora Install (under construction)

python3-dev (fixes hnswlib issues with chroma db)
xhost + (pyautogui)
python-tkinter (pyautogui)

## Startup Configuration and Project Structure
After it has been pip installed, `npcsh` can be used as a command line tool. Start it by typing:
```bash
Expand Down

0 comments on commit 6e12e25

Please sign in to comment.