Skip to content

Commit 7b599fc

Browse files
committed
- Notes can't be nested :/
1 parent 9ed3d17 commit 7b599fc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3232
1. 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.
3534
2. 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.
3736
3. 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.
4139
4. Checkout the repository
4240
5. Switch to the repository directory
@@ -73,8 +71,9 @@ natively on Windows is a... less-than-pleasant effort. So use docker instead.
7371
2. After docker is running, switch to your local git repo and run `docker compose up windows-dev -d`.
7472
Make sure the build succeeds.
7573
3. 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)

0 commit comments

Comments
 (0)