Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gabino committed Feb 14, 2025
1 parent 08ad08e commit 9a67dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pip install cepmex
You can use a staging environment to test the library:

```python
from cep import Config
import cep

Config.BASE_URL = 'http://www.banxico.org.mx/cep-beta'
cep.configure(beta=True)
```

To run unit tests, use `pytest`.
Expand Down

0 comments on commit 9a67dd5

Please sign in to comment.