Skip to content

Commit

Permalink
docs: Remove outdated getting started step
Browse files Browse the repository at this point in the history
We no longer use Postgres.

For:
#16
  • Loading branch information
liammulh committed May 16, 2024
1 parent d4361aa commit 139b0c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
2. Install [Pipenv](https://pipenv.pypa.io/en/latest/index.html): `pip install --user pipenv`.
3. Activate a virtual environment: `pipenv shell`.
4. Install dependencies: `pipenv sync --dev`.
5. [Set up Postgres locally](./howto.md#set-up-postgres-locally)
6. Run the development server: `invoke dev` or `inv dev`.
5. Run the development server: `invoke dev` or `inv dev`.

0 comments on commit 139b0c6

Please sign in to comment.