Update README.md

This commit is contained in:
Conor Patrick
2021-04-25 15:38:52 -07:00
parent b8be457251
commit ef5902f423
+1 -9
View File
@@ -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.