Grass New Script
GRASS BY FORESTARMY
Welcome To Grass Website
Here's a simple implementation of the Grass script.
Click to see more about the setup
Installation Setup
Follow the steps below to install the necessary dependencies and run the project.
Step 1: Update and Upgrade Packages
pkg update && pkg upgrade -y
Step 2: Install Required Packages
pkg install git python clang python-dev libffi-dev nano -y
Step 3: Clone the GitHub Repository
git clone https://github.com/YTforestarmy/grasspro.git
Step 4: Navigate to the Project Directory
cd grasspro
Step 5: Create and Activate Virtual Environment
python -m venv venv && source venv/bin/activate
Step 6: Install Project Dependencies
pip3.10 install -r requirements.txt
Step 7: Run the Script
python3.10 main.py
Comments