Skip to content

Commit 87636f2

Browse files
Update README.md
finishing instalation steps
1 parent f0f2720 commit 87636f2

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,33 +80,34 @@ For objective 2, the module was architected thinking in how another EOP language
8080
- **Python**: Version 3.6 or higher
8181
- **pip**: Python package manager
8282

83-
To install `python_sharp` directly from GitHub, follow these steps:
83+
To install `python_sharp` you can follow either of the options listed:
8484

85-
### 1. Clone the Repository (Optional)
85+
### 1. Clone the Repository
8686
If you want to explore the source code, you can clone the repository:
8787
```bash
8888
git clone https://github.com/juanclopgar97/python_sharp.git
8989
cd python_sharp
9090
```
9191

92-
or you can install the package directly from GitHub using the following command:
92+
### 2. Install the package directly from GitHub using pip:
9393

9494
```bash
9595
pip install git+https://github.com/juanclopgar97/python_sharp.git
9696
```
9797

98-
or from a specific branch/commit/version:
98+
from a specific branch/commit/version:
9999

100100
```bash
101101
pip install git+https://github.com/juanclopgar97/python_sharp.git@<branch_or_commit_or_version>
102102
```
103-
Example
103+
104+
Example:
104105

105106
```bash
106107
pip install git+https://github.com/juanclopgar97/python_sharp.git@v1.0.0
107108
```
108109

109-
Or install from Pypi most recient
110+
### 3. Install from Pypi
110111

111112
```bash
112113
pip install python_sharp

0 commit comments

Comments
 (0)