diff --git a/README.md b/README.md index 9dcc51d..60f2a37 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,18 @@ On the first time cell execution, it will print the default imports. Copy-paste the printed lines in your notebook and remove (or keep if you want!) the `import dimport` line. That's it! -These are my **D**efault **Import**s, what are yours? +## For python scripts +Import `dimport` at the beginning of your script. +```python +import dimport +``` + +Run the script from the terminal. It will print the default imports. +![](assets/dimport_py.png) + +Copy-paste the printed lines in your script and remove `import dimport` line. That's it! + +**Note:** You can modify the default imports as per your needs! ## Modify the default imports diff --git a/assets/dimport_py.png b/assets/dimport_py.png new file mode 100644 index 0000000..96a991d Binary files /dev/null and b/assets/dimport_py.png differ