mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 19:46:57 -04:00
ℹ️ comments
This commit is contained in:
parent
22a5820cc6
commit
58e956aa44
1 changed files with 3 additions and 3 deletions
|
@ -319,7 +319,7 @@ GitHub Actions is automatically runs on every `push`(on **main** & **dev** branc
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 -m pip install --upgrade pip # Update pip to latest
|
python3 -m pip install --upgrade pip # Update pip to latest
|
||||||
python3 -m pip3 install virtualenv # Install python virtual environment
|
python3 -m pip install virtualenv # Install python virtual environment
|
||||||
virtualenv venv # Create new virtualenv named `venv`
|
virtualenv venv # Create new virtualenv named `venv`
|
||||||
source venv/bin/activate # Activate virtualenv
|
source venv/bin/activate # Activate virtualenv
|
||||||
|
|
||||||
|
@ -335,7 +335,7 @@ deactivate
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn install # Install all Node Packages
|
yarn install # Install all Node Packages
|
||||||
yarn py_install # Install all PyPi & builder Packages
|
yarn py_install # Install all PyPi Packages with Bibata builder
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Build `Bibata`
|
#### Build `Bibata`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue