2024-10-12 11:31:13 +02:00
|
|
|
# SCI Interface
|
|
|
|
The de-facto TUI interface for [sci](https://git.gtz.dk/agj/sci).
|
|
|
|
|
|
|
|
Note that this application doesn't work unless an instance on `sci` is already running on the same machine you're using.
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
WIP
|
|
|
|
|
|
|
|
## Install
|
|
|
|
`scii` is available from PyPi:
|
|
|
|
```
|
|
|
|
python3 -m pip install scii
|
|
|
|
```
|
|
|
|
|
|
|
|
## Development
|
|
|
|
This project is built using the usual python virtual-environment setup:
|
|
|
|
```sh
|
|
|
|
python3 -m venv venv
|
|
|
|
source venv/bin/activate
|
|
|
|
python3 -m build
|
|
|
|
```
|