File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8686If you want to explore the source code, you can clone the repository:
8787``` bash
8888git clone https://github.com/juanclopgar97/python_sharp.git
8989cd 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
9595pip 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
101101pip install git+https://github.com/juanclopgar97/python_sharp.git@< branch_or_commit_or_version>
102102```
103- Example
103+
104+ Example:
104105
105106``` bash
106107pip 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
112113pip install python_sharp
You can’t perform that action at this time.
0 commit comments