Actualiser pgadmin4/install.md
This commit is contained in:
25
pgadmin4/install.md
Normal file
25
pgadmin4/install.md
Normal file
@@ -0,0 +1,25 @@
|
||||
Create a Python virtual environment:
|
||||
|
||||
```
|
||||
python3 -m venv pgadmin4
|
||||
```
|
||||
|
||||
Navigate to the new directory and create some necessary folders:
|
||||
|
||||
```
|
||||
cd ~/pgadmin4mkdir varmkdir var/storagemkdir var/sessions
|
||||
```
|
||||
|
||||
Activate the virtual environment:
|
||||
|
||||
```
|
||||
source /home/pi/pgadmin4/bin/activate
|
||||
```
|
||||
|
||||
Install the Python _pgadmin4_ package:
|
||||
|
||||
```
|
||||
pip install pgadmin4
|
||||
```
|
||||
|
||||
This is an official package available in PyPi, maintained by the pgAdmin Development Team, that allows us to run pgAdmin as a **Flask** web application.
|
||||
Reference in New Issue
Block a user