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 081ca11 commit 530d648Copy full SHA for 530d648
README.md
@@ -1 +1,13 @@
1
-# cli-Translator
+# Installation
2
+
3
+```
4
+git clone https://github.com/forceCpp/cli-Translator.git
5
+cd cli-Translator
6
+pip install -r requirements.txt
7
8
9
+# Usage
10
11
+if you want to auto ditect the language run the auto_ditected.py file (this one is not recommended because it has some issues)
12
13
+i recommend you to run the manually_ditected.py file `python3 manual_ditected.py`
0 commit comments