Gallopsled / Gallopsled/pwntools-tutorial
Installation instructions from tutorial should be updated
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1.6k
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
The current installation instructions: https://docs.pwntools.com/en/stable/install.html
The main difference is using Python3. After my last problem this time I decided to use Kali linux.
Running:
```
pip install --upgrade git+https://github.com/Gallopsled/pwntools.git
python3 -c 'from pwn import *'
```
worked. `python` without version did not work.
Please update tutorial to point to the current (up to date) installation instructions.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.