Skip to content

Commit e3d100e

Browse files
committed
#8856 resolve remaining merge conflicts
1 parent 38a0c32 commit e3d100e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

doc/sphinx-guides/source/installation/prerequisites.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -470,11 +470,7 @@ As root, create a "counter" user and change ownership of Counter Processor direc
470470
Installing Counter Processor Python Requirements
471471
================================================
472472

473-
<<<<<<< HEAD
474-
Counter Processor version 0.1.04 requires Python 3.7 or higher.
475-
=======
476473
Counter Processor version 1.06 requires Python 3.7 or higher.
477-
>>>>>>> upstream/develop
478474

479475
The following commands are intended to be run as root but we are aware that Pythonistas might prefer fancy virtualenv or similar setups. Pull requests are welcome to improve these steps!
480476

@@ -484,13 +480,8 @@ Install Python 3.9::
484480

485481
Install Counter Processor Python requirements::
486482

487-
<<<<<<< HEAD
488-
python3 -m ensurepip
489-
cd /usr/local/counter-processor-0.1.04
490-
=======
491483
python3.9 -m ensurepip
492484
cd /usr/local/counter-processor-1.06
493-
>>>>>>> upstream/develop
494485
pip3 install -r requirements.txt
495486

496487
See the :doc:`/admin/make-data-count` section of the Admin Guide for how to configure and run Counter Processor.

0 commit comments

Comments
 (0)