Skip to content

Commit d82cfa5

Browse files
Radme Installation updaed 📝
1 parent fb34e5b commit d82cfa5

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

installation-python.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,4 @@ sudo apt install python3.7
1717
### Installing Pip3 in ubuntu
1818
```
1919
sudo apt install python3-pip
20-
```
21-
### Installing pipenv in ubuntu
22-
```
23-
sudo apt install pipenv
2420
```

installation.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,31 @@ Larapy has following system requirements.
66
* pip3
77

88
### Installing Larapy
9+
Install python and pip first
10+
```
11+
sudo apt install python3.7 python3-pip
12+
```
913
Larapy installation is so simple. You need to have python >3.x and pip3 installed in your machine.
1014
Larapy strongly suggest to use pipenv to manage virtual environment.
1115
```
12-
sudo pip3 install larapy-installer
16+
pip3 install larapy-installer pipenv
1317
```
1418
### Creating Larapy Projects
1519
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.
20+
1621
```
1722
larapy new blog
1823
```
24+
25+
Install dependency
26+
```
27+
pipenv install
28+
```
29+
Activate virtual env
30+
```
31+
pipenv shell
32+
```
33+
Server project
34+
```
35+
python3 serve
36+
```

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