This commit is contained in:
evilchili 2024-03-26 00:49:15 -07:00
parent b0cd78e608
commit 6b456614b8

View File

@ -64,7 +64,7 @@ The most common usage and the default if no command is specified is to do a `bui
* format your source with isort, autoflake, and black; * format your source with isort, autoflake, and black;
* run all tests; * run all tests;
* (re)install the packages in your projet virtual environment; and * (re)install the packages in your projet virtual environment; and
* does a package release build * build a release in `dist/`.
```bash ```bash
% slam % slam