Added package build and develop instructions.
This commit is contained in:
21
BUILD.md
Normal file
21
BUILD.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Build Instructions
|
||||
|
||||
Run the following command to build the project:
|
||||
|
||||
```shell
|
||||
python -m build
|
||||
```
|
||||
|
||||
This will create distribution files in the `dist/` directory.
|
||||
|
||||
Install the built package using pip:
|
||||
|
||||
```shell
|
||||
pip install --no-index dist/docs_harvester-0.1.0-py3-none-any.whl
|
||||
```
|
||||
|
||||
Install in editable mode for development:
|
||||
|
||||
```shell
|
||||
pip install -e .
|
||||
```
|
||||
Reference in New Issue
Block a user