We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15d785 commit 13ec0c7Copy full SHA for 13ec0c7
1 file changed
README.md
@@ -5,5 +5,5 @@ It is a simple helper for cases when one needs to download data in systems like
5
6
```python
7
8
- from data import get_data
+ from data_tutorials.data import get_data
9
get_data(url="https://raw.githubusercontent.com/ddmms/data-tutorials/main/data/LiFePO4_supercell.cif", filename="LiFePO4_supercell.cif", folder="data")
0 commit comments