We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6273f1f commit 202b031Copy full SHA for 202b031
README.md
@@ -11,18 +11,18 @@ Please note that nn4mc_py is still in development and may have many bugs. We are
11
### Installation
12
13
Simply use the Python package manager pip and run the following command.
14
-'''
+```
15
pip install nn4mc
16
17
18
### Usage
19
20
You will most likely only need to import the translator module
21
-'''python
+```python
22
import nn4mc.translator as nnTr
23
24
25
Then you can translate a file with the following command
26
27
-nnTr.translate(path/to/file, 'hdf5', output/path)
28
+nnTr.translate("path/to/file", 'hdf5', "output/path")
0 commit comments