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 c0f5d8d commit 16de7fbCopy full SHA for 16de7fb
README.md
@@ -1,13 +1,12 @@
1
# 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
# Usage
9
10
-if you want to auto ditect the language run the `auto_ditected.py`
11
-> file this one is not recommended because it has some issues
+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