Update getting starter
This commit is contained in:
parent
bdffd6641c
commit
c9fcc125cf
@ -16,26 +16,26 @@ or you can use the following command to install similar packages using `brew`, t
|
||||
```bash
|
||||
brew install git python3
|
||||
```
|
||||
Installs Python 3 with `brew`, which includes `python3`, `pip3`, and the `venv` module. If you don't have Homebrew installed on your `macOS`, you can install it first.
|
||||
Installs Python 3 with `brew`, which includes `python3`, [pip3](pages/requirement/pip.md), and the [venv](pages/requirement/venv.md) module. If you don't have Homebrew installed on your `macOS`, you can install it first.
|
||||
|
||||
or go to the [git downloads page](https://git-scm.com/downloads) and a [Python downloads page](https://www.python.org/downloads/) and download the latest version of git Python for `Windows`.
|
||||
or go to the [git downloads page](https://git-scm.com/downloads) and a [Python downloads page](https://www.python.org/downloads/) and download the latest version of [Git](pages/requirement/git.md) and Python for `Windows`.
|
||||
|
||||
## Installation
|
||||
|
||||
Download from repository
|
||||
Download from [git](pages/requirement/git.md) repository
|
||||
```bash
|
||||
git clone https://gitea.ditaajipratama.net/aji/costapy.git
|
||||
```
|
||||
|
||||
Go to the directory and install with this command:
|
||||
Go to the directory and [pip](pages/requirement/pip.md) install with this command:
|
||||
|
||||
```bash
|
||||
cd costapy
|
||||
bash install.sh
|
||||
python3 -m venv .venv
|
||||
.venv/bin/pip3 install --upgrade pip
|
||||
.venv/bin/pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
Use `cat install.sh` if you want to see a completed command.
|
||||
|
||||
## Usage
|
||||
|
||||
Use this command below to start the web service and it will run on port `11000` by default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user