From 523e4941ed60451eee45aaa5be7dbe9d05fa0b4e Mon Sep 17 00:00:00 2001 From: Hanno Spreeuw Date: Mon, 20 Nov 2023 13:25:34 +0100 Subject: [PATCH] pytables no longer needed, so can be removed from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b708821..d7bbaf7 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ or Now you may be running into certain Python version requirements, i.e. the Pipfile requires a Python version that you do not have installed. For this conda can help, e.g.: `conda create -n py311 python=3.11 anaconda` to create a Conda Python 3.11 environment. -`pytables` is a new dependency that caused problems across various platforms. This can be fixed for pipenv installs on Linux and Mac OS by installing pytables through conda: `conda activate py311; conda install -c anaconda pytables`. Windows users are for now encouraged to use the `poetry install`, see below. - You can use that freshly installed Python version and possibly any additionally installed libraries - using the `--site-packages` argument - by executing `pipenv install --python=$(conda run -n py311 which python) --site-packages --skip-lock`. The latter argument - `--skip-lock` - may be redundant, but if your previous `pipenv install` failed, `pipenv --rm` may be needed. After a succesful pipenv installation you should be able to execute