Skip to content

Commit

Permalink
improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitYadav-codes committed Oct 29, 2023
1 parent fc6d9a9 commit 98e3c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Parser for DCM files [Data Conversion Format](https://www.etas.com/download-cent

1. **Parsing the DCM file**:
```python
from dcmfile_parser import DCMParser , DCMObject
dcmfile_parser = DCMParser("path/to/dcm/file")
```

Expand Down
3 changes: 2 additions & 1 deletion tests/test_dcmfile_parser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os,sys
import os
import sys
testdir = os.path.dirname(__file__)
module_dir = "../"
sys.path.insert(0, os.path.abspath(os.path.join(testdir, module_dir)))
Expand Down

0 comments on commit 98e3c10

Please sign in to comment.