Skip to content

Commit

Permalink
Graduate to v1.0.0. Add Homebrew instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jponttuset committed Jul 4, 2023
1 parent b1c6883 commit 7ab2ceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ pip install arxiv-latex-cleaner
| :exclamation: arxiv_latex_cleaner is only compatible with Python >=3 :exclamation: |
| ---------------------------------------------------------------------------------- |

If using MacOS, you can install using [Homebrew](https://brew.sh/):

```bash
brew install arxiv_latex_cleaner
```

Alternatively, you can download the source code:

```bash
Expand Down
2 changes: 1 addition & 1 deletion arxiv_latex_cleaner/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "v0.1.31"
__version__ = "v1.0.0"

0 comments on commit 7ab2ceb

Please sign in to comment.