Skip to content

Commit

Permalink
IQSS#8380 bump admin/ and developers/ Python3.6 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
don.sizemore committed Apr 14, 2022
1 parent b7eafec commit 3d6c2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/admin/make-data-count.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Soon we will be setting up a cron job to run nightly but we start with a single

* Run Counter Processor.

* ``CONFIG_FILE=counter-processor-config.yaml python36 main.py``
* ``CONFIG_FILE=counter-processor-config.yaml python39 main.py``

* A JSON file in SUSHI format will be created in the directory you specified under "output_file" in the config file.

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/developers/make-data-count.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Once you are done with your configuration, you can run Counter Processor like th

``cd /usr/local/counter-processor-0.1.04``

``CONFIG_FILE=counter-processor-config.yaml python36 main.py``
``CONFIG_FILE=counter-processor-config.yaml python39 main.py``

(Please note that the Counter Processor README says you can also pass in values like ``START_DATE``, ``END_DATE`` etc. at the command line if you find this to be more convenient.)

Expand Down

0 comments on commit 3d6c2b4

Please sign in to comment.