Skip to content

Commit e63c75d

Browse files
authored
Merge pull request #94 from SeeClickFix/sawyer/maint/tp-201348-add-python-to-tool-versions
[TP-201348] Add python to .tool-versions
2 parents 96221a4 + 7340f5f commit e63c75d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ruby 3.1.4
2+
python 3.12.9

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ All submissions are welcome. To submit a change, fork this repo, commit your cha
66

77
## Setup
88

9-
Ruby 1.9 is required to build the site.
9+
Ruby 3.1.4+ is required to build the site.
10+
Python 3.12.9+ is required to build the site.
11+
12+
Install ruby/python using ASDF:
13+
14+
asdf install
1015

1116
Install the necessary gems:
1217

0 commit comments

Comments
 (0)