This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
group-1-db23/docs/wiki.md
Sebastian Lenzlinger 552b49f118 Add Text File containing relevant datasource urls.
First diary entries written.
Wiki entries on how to setup a python virtual env for the project
2023-11-16 17:59:10 +01:00

562 B

Setup Of Virtual Python dev env

First open the terminal and make sure to be in the root directory. All steps assume one is in the root folder.

Create Virtual environment

python3 -m venv db23-project-venv

Activating the virtual environment

source db23/bin/activate

When in the environment db23-project just install all needed packages.

pip3 install pkg_name

Getting back out

deactivate

List of used packages

See requirements.txt

Setting up postgres

Setting up pgadmin as container serverd by nginx