File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,11 @@ You can use docker compose if you'd like, but here are the native OS instruction
3030### Linux and Mac
3131
32321 . Download and install [ pyenv] ( https://github.com/pyenv/pyenv )
33- > [ !NOTE]
3433 > You don't have to use ` pyenv ` but it makes life much easier when dealing with virtual environments.
35342 . Install [ PostgreSQL] ( https://www.postgresql.org/ ) for your system. This is required for Django
3635 - On Mac you can do ` brew install postgresql ` if you have brew installed.
37363 . Install LibMagic for [ Python Magic] ( https://github.com/ahupp/python-magic )
3837 - On Mac you can do ` brew install libmagic ` if you have brew installed.
39- > [ !NOTE]
4038 > LibMagic is used for checking file types.
41394 . Checkout the repository
42405 . Switch to the repository directory
@@ -73,8 +71,9 @@ natively on Windows is a... less-than-pleasant effort. So use docker instead.
73712 . After docker is running, switch to your local git repo and run ` docker compose up windows-dev -d ` .
7472 Make sure the build succeeds.
75733 . Set ` windows-dev ` as your python interpreter for whichever editor you use.
76- > [ !TIP]
77- > In Pycharm you go to ` Seeting > Project > Python Interpreter > Add Interpreter > Docker Compose `
74+
75+ > [ !TIP]
76+ > In Pycharm you go to ` Settings > Project > Python Interpreter > Add Interpreter > Docker Compose `
7877
7978
8079## Running tests (backend devs)
You can’t perform that action at this time.
0 commit comments