Skip to content
Snippets Groups Projects
Commit bab378b6 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

upgrading to python 3.9

parent 82c02dc5
No related branches found
No related tags found
1 merge request!8Add ldv_migrate script
......@@ -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
......
sshtunnel==0.4.0
requests==2.27.1
requests==2.28.1
psycopg2-binary==2.9.3
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment