Skip to content

Commit e64d668

Browse files
committed
ADD-FIX: missing isntructions for package
1 parent e9f9595 commit e64d668

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ C:\Users\<user-name>\.rhinocode\py39-rh8\site-envs\default-wMh5LZL3
7777
```
7878
> note that if you drop an official released diffCheck component from yak, this one will have the `#r : diffCheck==<version_number>` notation at the top of the script. Get rid of all these release components before to start and be sur to erase again the previous folders (they recreated each time `#r : diffCheck` is called).
7979
80+
Build the package from the py source code's directory:
81+
```py
82+
python setup.py sdist bdist_wheel
83+
```
84+
8085
Lastly, install the pip pacakge from the repository in editable mode. This way, all the modifications made to the source code of the repository will be reflected in the installed package. Open a terminal and run the following command (replace the path with where you download the repository):
8186
```terminal
8287
C:\Users\<your-username>\.rhinocode\py39-rh8\python.exe -m pip install -e "<path-to-repository-root>\src\gh\diffCheck"

0 commit comments

Comments
 (0)