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

Update step-by-step-install.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 1 addition & 3 deletions documentation/step-by-step-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
<pre>
git clone https://github.com/CDLUC3/counter-processor.git
cd counter-processor
git checkout <em>branch-or-tag</em>
</pre>

## Set an environment for python besides your system environment

You may need to install python 3.7 or later on your system if it is not there already.
3.7+ is required because of some sqlite3 options not available in earlier versions. This
Python 3.10 or later is required for this script due to updates in dependencies and other libraries that are incompatible with earlier Python versions. This
may be set as the command `python` or `python3` on your system.

This may be through your package manager (apt, yum, homebrew, etc) or manually.
Expand Down