Incremented version, added README for `pip`

This commit is contained in:
killian 2024-02-22 22:52:59 -08:00
parent 4c29888088
commit 33b32575e8
2 changed files with 10 additions and 1 deletions

9
01OS/README.md Normal file
View File

@ -0,0 +1,9 @@
The open-source language model computer.
```bash
pip install 01OS
```
```bash
01 # Runs the 01 server and client.
```

View File

@ -4,7 +4,7 @@ packages = [
{include = "01OS"},
]
include = [".env.example", "start.py", "start.sh"]
version = "0.0.5"
version = "0.0.6"
description = "The open-source language model computer"
authors = ["Killian <killian@openinterpreter.com>"]
license = "AGPL"