File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,22 @@ pip install .
7070This will install all the dependencies listed in the ` setup.py ` file. Once done
7171you can use the library wherever you want.
7272
73+ ** Setup - PyPi Install:**
74+
75+ To install the library, run the following command from the terminal.
76+
77+ ``` console
78+ pip install python-sec
79+ ```
80+
81+ ** Setup - PyPi Upgrade:**
82+
83+ To upgrade the library, run the following command from the terminal.
84+
85+ ``` console
86+ pip install --upgrade python-sec
87+ ```
88+
7389## Usage
7490
7591Here is a simple example of using the ` pysec ` library to grab the index files for specific quarter.
Original file line number Diff line number Diff line change 1616 # also an email they can use to reach out.
1717 author_email = 'coding.sigma@gmail.com' ,
1818
19- # I'm in alpha development still, so a compliant version number is a1.
20- # read this as MAJOR VERSION 0, MINOR VERSION 1, MAINTENANCE VERSION 0
19+ # define the version of the package.
2120 version = '0.1.2' ,
2221
2322 # here is a simple description of the library, this will appear when someone searches for the library on https://pypi.org/search
You can’t perform that action at this time.
0 commit comments