Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Nov 22, 2024
1 parent 2ca42a9 commit 8072914
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.eggs
*.egg-info
*.log
*.py[co]
Expand All @@ -18,3 +19,5 @@ parts
var
ops.cfg
venv
AccessControl-4.4/
zope.container-4.5.0/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Do the following:
```console
python3.8 -m venv venv
venv/bin/pip install --upgrade pip build wheel zc.buildout setuptools==42.0.2 numpy==1.23.4
cd AccessControl-4.4 # Specially modified setup.py here
../venv/bin/python setup.py install
cd ..
venv/bin/pip install RestrictedPython==5.4 # Override one from AccessControl-4.4
venv/bin/buildout -c dev.cfg
```

Expand Down

0 comments on commit 8072914

Please sign in to comment.