File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ To install this Python3 package
1414$ pip3 install selective_linter
1515```
1616
17+ To update existing installation do
18+
19+ ``` sh
20+ $ pip3 install --upgrade selective_linter
21+ ```
22+
1723To install this into an Xcode project, add the following run script build phase in project settings:
1824
1925Shell: ` /usr/bin/env bash `
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "selective_linter" ,
8- version = "1.0.0 " ,
8+ version = "1.0.1 " ,
99 author = "Matt Boran" ,
1010 author_email = "mattboran@gmail.com" ,
1111 description = "A script to be run from Xcode to lint files as you make changes" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 url = "https://github.com/mattboran/SelectiveSwiftLinter" ,
15- download_url = "https://github.com/mattboran/SelectiveSwiftLinter/releases/download/1.0.0 /selective_linter-1.0.0 -py3-none-any.whl" ,
15+ download_url = "https://github.com/mattboran/SelectiveSwiftLinter/releases/download/1.0.1 /selective_linter-1.0.1 -py3-none-any.whl" ,
1616 packages = setuptools .find_packages (),
1717 classifiers = [
1818 "Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments