From 442169521f89aef94ca6be6bf3e8ed6b4187f21b Mon Sep 17 00:00:00 2001 From: Amari Bolmer Date: Wed, 23 Oct 2024 17:20:59 -0700 Subject: [PATCH] Update README.md Corrected command to run interactive unit test. Fixed error: ModuleNotFoundError: No module named 'poke_sdk' --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 154126e..ac7df88 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ This will demonstrate how to fetch Pokémon and generation data using the SDK. To run the interactive test that allows you to input a generation ID and output Pokémon in that generation, execute: ```bash -export PYTHONPATH=$(pwd) python -m unittest tests/interactive_test_poke_api.py ```