Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adds prepare step for venv creation
  • Loading branch information
bofh69 authored Apr 8, 2024
1 parent 7439ee7 commit a4c60c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ SPDX-License-Identifier: GPL-3.0-or-later

Set loaded spool & filament in klipper from NFC/RFID tags.

## Prepare for running nfc2klipper

In the cloned repository's dir run:
```sh
virtualenv venv
venv/bin/pip3 install -r requirements.txt
```

## Preparing an NFC reader

Expand Down

0 comments on commit a4c60c3

Please sign in to comment.