diff --git a/docs/devs/installation.md b/docs/devs/installation.md index b001b5fb..76f0e0c5 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -13,15 +13,13 @@ While in development, you will need to install all dependencies: git clone https://github.com/lnbits/lnbits-legend.git cd lnbits-legend/ pipenv shell + # pipenv --python 3.8 install --dev, If you wish to use a version of Python higher than 3.7 pipenv install --dev + # pipenv --python 3.8 install --dev, If you wish to use a version of Python higher than 3.7 If any of the modules fails to install, try checking and upgrading your setupTool module. `pip install -U setuptools` -If you wish to use a version of Python higher than 3.7: - - pipenv --python 3.8 install --dev - You will need to copy `.env.example` to `.env`, then set variables there. ![Files](https://i.imgur.com/ri2zOe8.png)