Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V 17 date #1426

Merged
merged 2 commits into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

17.0.0 (?)
17.0.0 (2022-03-02)
----------

* BREAKING: pipeline-based importer and parser.
Expand Down
4 changes: 2 additions & 2 deletions docs/running/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ languages. It takes care of all this for you and we highly recommend using them.
Installing Indigo Locally
-------------------------

1. Ensure you have Python 3.6+ installed
1. Ensure you have Python 3.8+ installed
2. Clone the `github.com/laws-africa/example-indigo <https://github.com/laws-africa/example-indigo>`_ repository. It has all Indigo's dependencies for Python and Ruby described in it::

$ git clone https://github.com/laws-africa/example-indigo
Expand Down Expand Up @@ -85,7 +85,7 @@ Ruby dependencies

You won't be able to import documents yet. First, you'll need to install Ruby and the Slaw parser library. We strongly recommend installing and using RVM or a similar Ruby version manager. You'll need at least Ruby version 2.6.

Once you've install Ruby, install Bundler and the Indigo dependencies::
Once you've installed Ruby, install Bundler and the Indigo dependencies::

$ gem install bundler
$ bundle install
Expand Down