Skip to content

Commit

Permalink
fix version, add installation from github
Browse files Browse the repository at this point in the history
  • Loading branch information
mertyg committed Jul 15, 2024
1 parent a1b3c49 commit 131fb0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'TextGrad authors'

# The full version, including alpha/beta/rc tags
release = '0.1.3'
release = '0.1.4'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ You can install TextGrad via pip:
pip install textgrad
For the latest and greatest, you can install the development version from GitHub:
.. code-block:: bash
pip install git+https://github.com/zou-group/textgrad.git
Examples
========
Expand Down

0 comments on commit 131fb0a

Please sign in to comment.