mirror of
https://github.com/solokeys/solo1-cli.git
synced 2026-06-20 04:16:12 -07:00
Update README.md
This commit is contained in:
@@ -18,18 +18,10 @@ For development, we suggest you run `make init` instead, which
|
||||
|
||||
- sets up a virtual environment
|
||||
- installs development requirements such as `black`
|
||||
- installs `solo` as symlink using our packaging tool `poetry`, including all runtime dependencies listed in [`pyproject.toml`](pyproject.toml)
|
||||
- installs `solo` as symlink using our packaging tool `flit`, including all runtime dependencies listed in [`pyproject.toml`](pyproject.toml)
|
||||
|
||||
One way to ensure the virtual environment is active is to use [direnv](https://direnv.net/).
|
||||
|
||||
To install globally instead of using virtualenv, you will need to install the dev dependency poetry and then run the following.
|
||||
|
||||
```
|
||||
pip install poetry
|
||||
poetry config virtualenvs.create false
|
||||
poetry install
|
||||
```
|
||||
|
||||
## Solo Tool
|
||||
For help, run `solo --help` after installation. The tool has a hierarchy of commands and subcommands.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user