You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This workflow will upload a Python Package using Twine when a release is created
2
+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
3
+
4
+
# This workflow uses actions that are not certified by GitHub.
5
+
# They are provided by a third-party and are governed by
6
+
# separate terms of service, privacy policy, and support
Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,10 @@ Toolbox to select suitable foil capacitors for power electronics applications.
7
7
8
8
Installation
9
9
---------------------------------------
10
-
Developer mode only. Clone repository, install as following:
11
10
12
11
::
13
12
14
-
pip install -e .
13
+
pip install pecst
15
14
16
15
17
16
Documentation
@@ -44,5 +43,6 @@ Output:
44
43
45
44
Quick start
46
45
---------------------------------------
46
+
47
47
* run the `automated download of ESR files <https://github.com/upb-lea/capacitor_selection_toolbox/blob/main/examples/download_esr_files.py>`_.
48
48
* run the `Example capacitor selection file <https://github.com/upb-lea/capacitor_selection_toolbox/blob/main/examples/capacitor_selection_example.py>`_.
0 commit comments