Skip to content

Commit

Permalink
docs: use bullets instead for venv instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin authored May 27, 2024
1 parent 5fc3ef1 commit b9882c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
Pressing control-c will have the worker complete any jobs in progress before ending. Please try and avoid hard killing it unless you are seeing many major errors. You can force kill by repeatedly pressing control-c or doing a SIGKILL.

### Important note if manually manage your venvs
> If you manually manage your venvs you should be running `python -m pip install -r requirements.txt -U` everytime you `git pull`.
> > `hordelib` has been renamed on pypi to `horde-engine`. The worker will no longer start if `hordelib` is installed. You must manually run `python -m pip uninstall hordelib -y` to be sure hordelib is uninstalled.
- If you manually manage your venvs you should be running `python -m pip install -r requirements.txt -U` everytime you `git pull`.
- `hordelib` has been renamed on pypi to `horde-engine`. The worker will no longer start if `hordelib` is installed. You must manually run `python -m pip uninstall hordelib -y` to be sure hordelib is uninstalled.

## Advanced users, container install

Expand Down

0 comments on commit b9882c2

Please sign in to comment.