Skip to content

Commit

Permalink
Update mac osx install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppettitau committed Nov 25, 2024
1 parent da970d3 commit 5c34066
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/setup/osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ A guide to setting up your OSX environment for developing on the Mac
### Dependencies

brew install postgresql
brew services start postgresql
brew link postgresql --force
brew install libpq
brew install openssl
brew install unixodbc
brew install zlib
brew install libtiff libjpeg webp little-cms2
brew install freetype harfbuzz fribidi
brew install libmagic
brew install pyenv


### Python
Expand All @@ -39,6 +30,6 @@ A guide to setting up your OSX environment for developing on the Mac

### Installing modules for local development

env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install -r requirements/requirements.txt
pip install -r requirements/requirements.txt
pip install -r requirements/dev-requirements.txt
pip install -r requirements/test-requirements.txt

0 comments on commit 5c34066

Please sign in to comment.