We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd4800 commit d65b000Copy full SHA for d65b000
README.md
@@ -1,5 +1,5 @@
1
# Importify
2
-Import and export your configuration like a boss !!
+> Import and export your configuration like a boss
3
4
## Installation
5
Install using pypi distribution using following command.
@@ -54,15 +54,15 @@ Following is a recommended usage.
54
55
2-1. Parse command line arguments.
56
57
- (BASH)
+ (BASH) <br>
58
59
```
60
python -m your_module --use_gpu False
61
62
63
2-2. Import from pre-exported configuration json file. Use ```--load_json``` option.
64
65
66
67
68
python -m your_module --load_json PATH_TO_JSON_FILE
0 commit comments