Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MeganerdDev authored Apr 5, 2024
1 parent d36483e commit 7d03776
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# night-vision (Python3)

### Poetry virtual environment install guide
```bash
# Clone repo
$ git clone https://github.com/MeganerdDev/night-vision/
$ cd night-vision/python

# Setup poetry virtual environment
$ poetry lock
$ poetry install

$ python3 night-vision.py
```

### Baremetal install guide
```bash
# Install dependncies
$ sudo apt install python3-xlib

# Clone repo
$ git clone https://github.com/MeganerdDev/night-vision/
$ cd night-vision/python

$ python3 night-vision.py
```

0 comments on commit 7d03776

Please sign in to comment.