Skip to content

Installation

Richard Mwewa edited this page Feb 7, 2023 · 5 revisions

INSTALLATION

Install from PyPI

pip install oxdork

Build from source

1. Clone repository

git clone https://github.com/rly0nheart/oxdork.git

2. Move to oxdork directory

cd oxdork

3. Build project

python -m build

Note

If you don't have the build package, you can install it with pip 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

Windows

pip install .\dist\oxdork-*version*-py3-none-any.whl

Linux

pip install dist/*.whl
Clone this wiki locally