1 parent 2930d10 commit 9a9d5d7Copy full SHA for 9a9d5d7
2 files changed
README.md
@@ -66,7 +66,7 @@ Run the executable after install:
66
espminer-optim
67
```
68
69
-or run directly via Python runtime `python optimize.py`.
+or run directly via Python runtime `python optimize.py` if you have cloned the source.
70
71
You’ll be prompted for:
72
- ESPminer IP address
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=78.1.0"]
3
4
[project]
5
name = "espminer-optim"
6
-version = "0.0.2"
+version = "0.0.3"
7
description = "Add your description here"
8
readme = "README.md"
9
requires-python = ">=3.12"
0 commit comments