mirror of
https://github.com/User0332/rewards-farmer.git
synced 2026-09-16 01:31:36 +00:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
@@ -24,7 +24,9 @@ You should also have an Ollama account created (for the LLM), the `ollama` tool
|
||||
You must also provide an image for the script to upload to complete the visual search task. A helper script is included at `src/random_image.py` that will download an image from Wikipedia named `random_image.png` into the project root for you. You may also provide an image of your own, just ensure that the absolute path of the image is placed in the `VISUAL_SEARCH_IMAGE_PATH` constant at the top of `rewards_tasks.py`.
|
||||
|
||||
Activate the virtual environment & install dependencies (you may have to use `python -m poetry` instead of `poetry`).
|
||||
You must have Python 3.14+ and Poetry installed.
|
||||
You must have Python 3.12+ and Poetry installed.
|
||||
|
||||
If `iex (poetry env activate)` fails with *"Cannot bind argument to parameter 'Command' because it is null"*, `poetry install` did not create an environment. Run `python --version` first: an older Python leaves poetry with nothing to activate, and the message explaining that goes to stderr rather than into `iex`.
|
||||
|
||||
Windows (PowerShell)
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user