Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dpretet committed Jun 27, 2024
1 parent 24b6a4a commit 554ad8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ and into the testcase:
Here is a basic unit test checking if the FFD output is 0 after reset. Once
called `svutRun` in your shell, you should see something similar:

<p align="center">
<!--img width="100" height="100" src=""-->
<img src="readme.jpg">
</p>

```
INFO: Start testsuite << FFD Testsuite >> (@ 0)
Expand Down
8 changes: 5 additions & 3 deletions pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
```bash

# Install the necessary tools
python -m pip install build twine
# For linux
python3 -m pip install --upgrade build
# For Macos with brew
brew install python-build

# Build the package
python3 -m build
python3.10 -m build

# Check the package
twine check dist/*
Expand All @@ -21,5 +24,4 @@ twine check dist/*
twine upload -r pypi dist/*
```


https://realpython.com/pypi-publish-python-package/#publish-your-package-to-pypi
Binary file added readme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 554ad8d

Please sign in to comment.