diff options
| author | Natan Yellin <aantn@users.noreply.github.com> | 2023-04-19 21:23:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 21:23:14 +0300 |
| commit | 1c5dec614cf0979d3e9c593ea89ff7faf0d8aa4f (patch) | |
| tree | 95f37d233ab0903ff6e6baa2681294973f030b77 | |
| parent | 396033388abb239cda22a677064f05524b7da433 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -241,7 +241,7 @@ Look into the `examples` directory for examples on how to create a custom strate ## Building -_We are using pyinstaller to build the binary._ +_We are planning to use pyinstaller to build binaries for distribution. Right now you can build the binaries yourself, but we're not distributing them yet._ 1. Install the project manually (see above) 2. Navigate to the project root directory @@ -271,7 +271,7 @@ cd ./dist/krr ## Testing -_We are using pytest to run the tests._ +_We use pytest to run tests._ 1. Install the project manually (see above) 2. Navigate to the project root directory |
