Correct instruction to use openweathermap utility in docstring (#2906)

Co-authored-by: Pranjal Doshi <pranjald@nvidia.com>
This commit is contained in:
pranjaldoshi96
2023-04-14 23:16:20 +05:30
committed by GitHub
parent a508afa91c
commit 30573b2e30
+2 -2
View File
@@ -13,8 +13,8 @@ class OpenWeatherMapAPIWrapper(BaseModel):
Docs for using:
1. Go to OpenWeatherMap and sign up for an API key
3. Save your API KEY into OPENWEATHERMAP_API_KEY env variable
4. pip install wolframalpha
2. Save your API KEY into OPENWEATHERMAP_API_KEY env variable
3. pip install pyowm
"""
owm: Any