From bab378b6d1053dacbf7f18ee6eb437fb0c5724c9 Mon Sep 17 00:00:00 2001 From: Nico Vermaas <vermaas@astron.nl> Date: Mon, 8 Aug 2022 13:55:57 +0200 Subject: [PATCH] upgrading to python 3.9 --- README.md | 6 +++--- ldv_migrate/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e7a516..fd15132 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,9 @@ For example on `sdc@dop814.astron.nl` (this is our sdc-dev test machine) > cd ~ > mkdir ldv-migrate > cd ldvspec-migrate -> virtualenv env3.8 -p python3.8 (on ubuntu) -> python3 -m venv env3.8 (on centos) -> source env3.8/bin/activate +> virtualenv env3.9 -p python3.9 (on ubuntu) +> python3 -m venv env3.9 (on centos) +> source env3.9/bin/activate ``` ### Installation diff --git a/ldv_migrate/requirements.txt b/ldv_migrate/requirements.txt index ed5fde6..78fbaa9 100644 --- a/ldv_migrate/requirements.txt +++ b/ldv_migrate/requirements.txt @@ -1,3 +1,3 @@ sshtunnel==0.4.0 -requests==2.27.1 +requests==2.28.1 psycopg2-binary==2.9.3 \ No newline at end of file -- GitLab