We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e8c3e commit 0c2bd26Copy full SHA for 0c2bd26
README.md
@@ -60,8 +60,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. YOU MAY USE THIS
60
61
## How To Use in Linux
62
```bash
63
-# Install dependencies
64
-$ Install latest python 3.x
+# Navigate to the /opt directory (optional)
+$ cd /opt/
65
66
# Clone this repository
67
$ git clone https://github.com/Technowlogy-Pushpender/technowlogger.git
@@ -70,7 +70,7 @@ $ git clone https://github.com/Technowlogy-Pushpender/technowlogger.git
70
$ cd technowlogger
71
72
# Installing dependencies
73
-$ python -m pip install -r requirements.txt
+$ bash installer_linux.sh
74
75
$ chmod +x paygen.py
76
$ ./technowgen.py --help or python technowgen.py --help
0 commit comments