From 11c328826725c31b74cc2cbce4c0cd52341300c1 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:33:58 +0100 Subject: [PATCH] closes #146 --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7ed98a5..82fe48c6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Docker works like a virtual machine running inside your computer, it isolates ev
Python package instructions -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 diff --git a/setup.cfg b/setup.cfg index 2dc7f503..7c256ab2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ package_dir= =src packages=find: find_packages=true -python_requires = >=3.8 +python_requires = >=3.10 [options.package_data] * = *.html