Skip to content

Commit

Permalink
Create server_software.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Sep 9, 2024
1 parent cd42d26 commit 21b00b1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scripts/server_software.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@



## Download PIP
https://www.redhat.com/sysadmin/install-python-pip-linux

```
pip freeze > requirements.txt
cat requirements.txt | xargs -n 1 pip install # this will continue if a package fails to install!
```

## Download Neo4j




## Download Ollama
curl -fsSL https://ollama.com/install.sh | sh

0 comments on commit 21b00b1

Please sign in to comment.