Skip to content

Commit 74cc6dd

Browse files
committed
docs: Improve the README
1 parent 6470583 commit 74cc6dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# frida-python
22

3-
Python bindings for [Frida](http://www.frida.re).
3+
Python bindings for [Frida](https://frida.re).
44

55
# Some tips during development
66

7-
To build and test your own egg, do something along the following lines:
7+
To build and test your own wheel, do something along the following lines:
88

99
```
10-
set FRIDA_VERSION=12.0.0.10.gd7c36fc # from C:\src\frida\build\tmp-windows\frida-version.h
11-
set FRIDA_EXTENSION=C:\src\frida\build\frida-windows\Win32-Debug\lib\python2.7\site-packages\_frida.pyd
10+
set FRIDA_VERSION=16.0.1-dev.7 # from C:\src\frida\build\tmp-windows\frida-version.h
11+
set FRIDA_EXTENSION=C:\src\frida\build\frida-windows\x64-Release\lib\python3.10\site-packages\_frida.pyd
1212
cd C:\src\frida\frida-python\
13-
python setup.py bdist_egg
13+
pip wheel .
1414
pip uninstall frida
15-
easy_install dist\frida-12.0.0.10.gd7c36fc-py2.7-win32.egg
15+
pip install frida-16.0.1.dev7-cp34-abi3-win_amd64.whl
1616
```

0 commit comments

Comments
 (0)