File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ At this point I just create a virtualenv and copy the compiled Samba
1313files inside it, it's crude but works.
1414
1515 python3 -m venv venv
16- cp -R samba/bin/python/* venv/site-packages/
16+ cp -R samba/bin/python/* venv/lib/python3.12/ site-packages/
1717 . venv/bin/activate
1818 pip install -e .
1919
20+ Make sure you change the python version in the path to match your system.
21+
2022Configuring Sambal
2123------------------
2224
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ dependencies = [
2626 " pyramid==2.0.2" ,
2727 " pyramid_jinja2==2.10.1" ,
2828 " pyramid_session_redis==1.6.3" ,
29- " redis==5.1.1 " ,
29+ " redis==5.2.0 " ,
3030 " waitress==3.0.1" ,
31- " WTForms==3.1.2 " ,
31+ " WTForms==3.2.1 " ,
3232]
3333
3434[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments