Skip to content

Commit

Permalink
fix last ci error + install instruction in README.rst + bump v3.0.2 (…
Browse files Browse the repository at this point in the history
…first beta release of py3 branch)

Signed-off-by: Stephen L. <[email protected]>
  • Loading branch information
lrq3000 committed Dec 9, 2022
1 parent 52ab311 commit aeaabf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@ jobs:
#files: ./coverage1.xml,./coverage2.xml
flags: unittests
name: codecov-umbrella
path_to_write_report: ./coverage/codecov_report.txt
verbose: true
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Quickstart

Runs on Python 3 up to Python 3.11. Both PyPy 3 and PyPy 2 are supported. Older versions such as Python 2.7.10 are still being automatically unit tested with continuous integration but support can be dropped at any moment.

- To install or update:

``pip install --upgrade pyfilefixity``

- To generate a monitoring database (to later check if files were changed, but no possibility of repairing):

``python rfigc.py -i "your_folder" -d "dbhash.csv" -g -f -l "log.txt"``
Expand Down
2 changes: 1 addition & 1 deletion pyFileFixity/_infos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "Stephen Larroque",
"email": "[email protected]",
"version": "3.0.1"
"version": "3.0.2"
}

0 comments on commit aeaabf5

Please sign in to comment.