Skip to content

Commit fb34e5b

Browse files
Installation documentation wrote 📝
0 parents  commit fb34e5b

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

installation-python.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Installing Python in ubuntu
2+
First install Ubuntu software properties package if it’s not already installed on your system.
3+
```
4+
sudo apt update
5+
sudo apt install software-properties-common
6+
```
7+
After that run the commands to add the PPA.
8+
```
9+
sudo add-apt-repository ppa:deadsnakes/ppa
10+
```
11+
Finally, run the commands below to install Python 3.7
12+
```
13+
sudo apt update
14+
sudo apt install python3.7
15+
```
16+
17+
### Installing Pip3 in ubuntu
18+
```
19+
sudo apt install python3-pip
20+
```
21+
### Installing pipenv in ubuntu
22+
```
23+
sudo apt install pipenv
24+
```

installation.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Installation
2+
3+
## Installation
4+
Larapy has following system requirements.
5+
* python > 3.6
6+
* pip3
7+
8+
### Installing Larapy
9+
Larapy installation is so simple. You need to have python >3.x and pip3 installed in your machine.
10+
Larapy strongly suggest to use pipenv to manage virtual environment.
11+
```
12+
sudo pip3 install larapy-installer
13+
```
14+
### Creating Larapy Projects
15+
Once Larapy installed, larapy command will available to your terminal. For instance, ```larapy new blog``` will create a directory named blog containing fresh larapy application.
16+
```
17+
larapy new blog
18+
```

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy