Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed May 27, 2023
1 parent 0d40517 commit e1d4496
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ cache
# db
*.db

# Packages in editable mode
# Generated when adding editable dependencies in requirements.txt (-e)
src
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,16 @@ MacOS: if you encounter system alert messages or find issues when making and rep

![MacOS System Alerts](./assets/macOS_permissions_alert.png)

In summary (from https://stackoverflow.com/a/69673312):

```
Settings -> Security & Privacy
Click on the Privacy tab
Scroll and click on the Accessibility Row
Click +
Navigate to /System/Applications/Utilities/ (or wherever Terminal.app is installed)
Click okay.
## Developing
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alembic==1.8.1
ascii_magic==2.3.0
git+https://github.com/abrichr/atomacos.git; sys_platform == 'darwin'
-e git+https://github.com/abrichr/atomacos.git; sys_platform == 'darwin'
bokeh==2.4.3
clipboard==0.0.4
deepdiff[optimize]==6.3.0
Expand Down

0 comments on commit e1d4496

Please sign in to comment.