Skip to content

Commit

Permalink
docs: update development docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Dec 17, 2022
1 parent 2428db4 commit 97640e8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,13 @@ Environment Setup

.. code-block::
git clone https://github.com/sopherapps/pydantic-redis.git && cd pydantic-redis
git clone https://github.com/andrewthetechie/pydantic-aioredis.git && cd pydantic-aioredis
*
Create a python 3.9 virtual environment and activate it. We suggest
Create a python 3.10 virtual environment and activate it. We suggest
using `pyenv <https://github.com/pyenv/pyenv>`_ to easily setup
multiple python environments on multiple versions.

.. code-block::
# We use the extra python version (3.6, 3.7, 3.8) for tox testing
pyenv install 3.9.7 3.6.15 3.7.12 3.8.12
pyenv virtualenv 3.9.7 python-aioredis
pyenv local python-aioredis 3.6.15 3.7.12 3.8.12
*
Install the dependencies

Expand Down

0 comments on commit 97640e8

Please sign in to comment.