diff --git a/docs/index.html b/docs/index.html index 3debd5dae..4651f4e29 100644 --- a/docs/index.html +++ b/docs/index.html @@ -197,9 +197,9 @@

Install/Test tc CLI

Install the free Anaconda Python distribution by going to the Continuum Analytics -download page and selecting a version of Python suitable for your -computer. You should install Python 2.7, which is the older and more -stable version. You must do this installation even if you already +download page and selecting a version of Python. You can install +either Python 2.7 or Python 3.6 because we test Tax-Calculator with +both. You must do this installation even if you already have Python installed on your computer because the Anaconda distribution contains all the additional Python packages that Tax-Calculator uses to conduct tax calculations (many of which are not @@ -216,10 +216,10 @@

Install/Test tc CLI

$ conda --version
Expected output is something like conda 4.3.17
$ python --version
-Expected output should contain the Python 2.7. and -Anaconda phrases, the presence of which confirm that the -installation went smoothly. The full output could look something -like this Python 2.7.12 :: Anaconda 2.3.0 (x86_64).

+Expected output should contain either the Python 2.7 or +the Python 3.6 phrase as well as the +Anaconda phrase, the presence of which confirm that the +installation went smoothly.

Install the free taxcalc package by entering the following:

$ conda install -c ospc taxcalc
diff --git a/taxcalc/docs/index.htmx b/taxcalc/docs/index.htmx index ab400a32e..bd1c17cfe 100644 --- a/taxcalc/docs/index.htmx +++ b/taxcalc/docs/index.htmx @@ -197,9 +197,9 @@ files to TaxBrain.

Install the free Anaconda Python distribution by going to the Continuum Analytics -download page and selecting a version of Python suitable for your -computer. You should install Python 2.7, which is the older and more -stable version. You must do this installation even if you already +download page and selecting a version of Python. You can install +either Python 2.7 or Python 3.6 because we test Tax-Calculator with +both. You must do this installation even if you already have Python installed on your computer because the Anaconda distribution contains all the additional Python packages that Tax-Calculator uses to conduct tax calculations (many of which are not @@ -216,10 +216,10 @@ in any directory:

$ conda --version
Expected output is something like conda 4.3.17
$ python --version
-Expected output should contain the Python 2.7. and -Anaconda phrases, the presence of which confirm that the -installation went smoothly. The full output could look something -like this Python 2.7.12 :: Anaconda 2.3.0 (x86_64).

+Expected output should contain either the Python 2.7 or +the Python 3.6 phrase as well as the +Anaconda phrase, the presence of which confirm that the +installation went smoothly.

Install the free taxcalc package by entering the following:

$ conda install -c ospc taxcalc