Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdhrumilmistry authored Jul 14, 2021
1 parent 51a01f8 commit bd433fe
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,39 @@

2. Install git package
```
$ sudo apt install git python3 -y
sudo apt install git python3 -y
```

3. clone the repository to your machine
```
git clone https://github.com/dmdhrumilmistry/pyhtools.git
```
4. Change directory
```
cd pyhtools
```

4. install requirements
5. install requirements
```
python3 -m pip install -r requirements.txt
```

> There may be chances that pyfiglet or kamene will not be installed through requirements.txt, you can install manually using `pip3 install pyfiglet kamene`
### Start PHTools

1. change to pyhtools directory
```
cd pyhtools
```
2. run pyhtools.py
```
python3 pyhtools.py
```
3. to get all the commands use `help`
```
pyhtools >> help
```

> There may be chances that pyfiglet or kamene will not be installed through requirements.txt, you can install manually using `pip3 install pyfiglet kamene`.
> If you're using Termux or windows, then use `pip` instead of `pip3`.
### Tools and Features
Expand Down

0 comments on commit bd433fe

Please sign in to comment.