Skip to content

Commit

Permalink
closes #146
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Aug 21, 2024
1 parent 004143a commit 11c3288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Docker works like a virtual machine running inside your computer, it isolates ev

<details><summary><code>Python package instructions</code></summary>

1. make sure you have python 3.8 or higher installed
1. make sure you have python 3.10 or higher installed
2. install the package `pip/pipenv/conda install auto-archiver`
3. test it's installed with `auto-archiver --help`
4. run it with your orchestration file and pass any flags you want in the command line `auto-archiver --config secrets/orchestration.yaml` if your orchestration file is inside a `secrets/`, which we advise
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package_dir=
=src
packages=find:
find_packages=true
python_requires = >=3.8
python_requires = >=3.10

[options.package_data]
* = *.html
Expand Down

0 comments on commit 11c3288

Please sign in to comment.