We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23548da commit b433542Copy full SHA for b433542
2 files changed
docs/getting-started/installation.md
@@ -54,6 +54,7 @@ pip install git+https://github.com/bybatkhuu/model.python-template.git
54
```sh
55
# Install directly from the source code:
56
pip install .
57
+
58
# Or install with editable mode:
59
pip install -e .
60
```
@@ -72,6 +73,7 @@ pip install -r ./requirements/requirements.dev.txt
72
73
74
# Install from .whl file:
75
pip install ./simple_model-[VERSION]-py3-none-any.whl
76
77
# Or install from .tar.gz file:
78
pip install ./simple_model-[VERSION].tar.gz
79
scripts/clean.sh
@@ -27,7 +27,7 @@ main()
27
_IS_ALL=true
28
shift;;
29
*)
30
- echo "[ERROR]: Failed to parsing input -> ${_input}!"
+ echo "[ERROR]: Failed to parsing input -> ${_input}"
31
echo "[INFO]: USAGE: ${0} -a, --all"
32
exit 1;;
33
esac
0 commit comments