File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,14 @@ PyFeyn is a Python-language based system for drawing Feynman diagrams. It was in
1616* (graphviz)
1717* (feynmp-auto/feynmf)
1818
19+
1920## Installation
2021
2122``` sh
22- poerty install --with docs --with dev
23- poetry shell
23+ pip install pyfeyn2
2424```
2525
26+
2627## Documentation
2728
2829* < https://pyfeyn2.readthedocs.io/en/stable/ >
@@ -48,13 +49,12 @@ Several of these are integrated into pyfeyn2.
4849* [ ImageMagick security policy 'PDF' blocking conversion] ( https://stackoverflow.com/questions/52998331/imagemagick-security-policy-pdf-blocking-conversion )
4950* [ Graphviz missing on mac] ( https://graphviz.org/download/#mac )
5051
51- ## Development
52-
5352
54- ### package/python structure:
53+ ## Development
5554
56- * < https://mathspp.com/blog/how-to-create-a-python-package-in-2022 >
57- * < https://www.brainsorting.com/posts/publish-a-package-on-pypi-using-poetry/ >
55+ ``` sh
56+ pip install -e . --user --break-system-packages
57+ ```
5858
5959[ pypi image ] : https://badge.fury.io/py/pyfeyn2.svg
6060[ pypi link ] : https://pypi.org/project/pyfeyn2/
You can’t perform that action at this time.
0 commit comments