From 1baf9023f746d456279b27ebc96cbfd7f33de5e9 Mon Sep 17 00:00:00 2001 From: Mayank Baranwal Date: Wed, 26 Jan 2022 18:00:54 +0530 Subject: [PATCH] Python Version and virtual env setup related changes. --- Pipfile | 2 +- Pipfile.lock | 2 +- README.md | 2 +- config.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 07757c4..28d8b0e 100644 --- a/Pipfile +++ b/Pipfile @@ -17,4 +17,4 @@ pytest-reportportal = "*" pytest-xdist = {extras = ["psutil"], version = "*"} [requires] -python_version = "3.8" +python_version = "3.10" diff --git a/Pipfile.lock b/Pipfile.lock index 86ba075..4291ecf 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -5,7 +5,7 @@ }, "pipfile-spec": 6, "requires": { - "python_version": "3.8" + "python_version": "3.10" }, "sources": [ { diff --git a/README.md b/README.md index 6133800..7f7bd1a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Each chapter has its own dedicated branch in `/example/_` for You can either use your IDE or terminal to switch to that branch and see the last updated commit. ```zsh -# Checkout the entire branch +# Checkout the entire branch~~~~ git checkout example/01_setup_python_dependencies # Checkout to a specific commit, here can be found using `git log` command git checkout diff --git a/config.py b/config.py index 2279649..c5464a6 100644 --- a/config.py +++ b/config.py @@ -1,2 +1,2 @@ -BASE_URI = 'http://0.0.0.0:5000/api/people' -COVID_TRACKER_HOST = 'http://127.0.0.1:3000' \ No newline at end of file +BASE_URI = 'http://127.0.0.1:5000/api/people' +COVID_TRACKER_HOST = 'http://127.0.0.1:3000'