Skip to content

Commit

Permalink
Update Notes-on-Packaging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 authored May 1, 2023
1 parent 7d0d314 commit bc6eabe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Notes-on-Packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
* setup.py describes the packaging configuration. (tested with with python==3.8.13, setuptools==63.4.1)
* to build and install the package locally, run `python setup.py install`
* to build wheel, run `python setup.py bdist_wheel [--plat-name=manylinux1_x86_64]`
* Installing with windows:
* Requires latest Visual Studio install.
* Run the above steps with python installed on target system while working from CMD or Powershell for VS 2022

## Notes on working with recurse-submodules

Expand Down Expand Up @@ -289,4 +292,4 @@ in [Running setuptools commands](https://setuptools.pypa.io/en/latest/deprecated
## Useful Resource
* [Setup Tools Doc](https://setuptools.pypa.io/en/latest/)
* [wheel Doc](https://wheel.readthedocs.io/en/stable/index.html)
* [wheel Doc](https://wheel.readthedocs.io/en/stable/index.html)

0 comments on commit bc6eabe

Please sign in to comment.