[enh] #23: doc: provide virtual env installation process.
Merge request reports
Activity
Filter activity
16 pyenv install 3.6.0 17 pyenv shell 3.6.0 18 pyenv virtualenv silkaj-env 19 ``` 20 21 ## Install Silkaj 22 23 ### Retrieve silkaj sources 24 ```bash 25 git clone https://github.com/duniter/silkaj.git 26 cd silkaj 27 ``` 28 29 ### Install dependencies and store them on pyenv environement 30 ```bash 31 pip install -r requirements.txt --upgrade 16 pyenv install 3.6.0 17 pyenv shell 3.6.0 18 pyenv virtualenv silkaj-env 19 ``` 20 21 ## Install Silkaj 22 23 ### Retrieve silkaj sources 24 ```bash 25 git clone https://github.com/duniter/silkaj.git 26 cd silkaj 27 ``` 28 29 ### Install dependencies and store them on pyenv environement 30 ```bash 31 pip install -r requirements.txt --upgrade On the virtual env, there is only one
python
version. The one installed, sopip
is forpython3
:pyenv activate silkaj-env pyenv-virtualenv: prompt changing not working for fish. pip --version pip 9.0.1 from /home/moul/.pyenv/versions/3.6.0/envs/silkaj-env/lib/python3.6/site-packages (python 3.6)
16 pyenv install 3.6.0 17 pyenv shell 3.6.0 18 pyenv virtualenv silkaj-env 19 ``` 20 21 ## Install Silkaj 22 23 ### Retrieve silkaj sources 24 ```bash 25 git clone https://github.com/duniter/silkaj.git 26 cd silkaj 27 ``` 28 29 ### Install dependencies and store them on pyenv environement 30 ```bash 31 pip install -r requirements.txt --upgrade added Dev Env Doc/Website labels and removed enhancement label
Please register or sign in to reply