Incremented version, added README for `pip`
This commit is contained in:
parent
4c29888088
commit
33b32575e8
|
@ -0,0 +1,9 @@
|
|||
The open-source language model computer.
|
||||
|
||||
```bash
|
||||
pip install 01OS
|
||||
```
|
||||
|
||||
```bash
|
||||
01 # Runs the 01 server and client.
|
||||
```
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue