-
Notifications
You must be signed in to change notification settings - Fork 30
Installation
Richard Mwewa edited this page Feb 7, 2023
·
5 revisions
pip install oxdork
1. Clone repository
git clone https://github.com/rly0nheart/oxdork.git
2. Move to oxdork directory
cd oxdork
3. Build project
python -m build
If you don't have the
build
package, you can install it withpip install build
You should be able to see the following message at the end on the output
Successfully built oxdork-version.tar.gz and oxdork-version-py3-none-any.whl
4. Now install the .whl
file
pip install .\dist\oxdork-*version*-py3-none-any.whl
pip install dist/*.whl