summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatan Yellin <aantn@users.noreply.github.com>2023-04-19 21:23:14 +0300
committerGitHub <noreply@github.com>2023-04-19 21:23:14 +0300
commit1c5dec614cf0979d3e9c593ea89ff7faf0d8aa4f (patch)
tree95f37d233ab0903ff6e6baa2681294973f030b77
parent396033388abb239cda22a677064f05524b7da433 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3cd8332..9c5cbe5 100644
--- a/README.md
+++ b/README.md
@@ -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