-
Notifications
You must be signed in to change notification settings - Fork 88
Getting started with ALwrity AI writer
Step 0️⃣: Pre-requisites: Git, Python3
Installing Python on Windows:🐍🪟
-
Open PowerShell as admin: Press
Windows Key + X
, then select "Windows PowerShell (Admin)". -
Type
python
. If Python is not installed, Windows will prompt you to 'Get Python'. -
If Python is installed, you should see '>>>>>'.
Installing Git on Windows:🛺
-
Open PowerShell or Windows Terminal: Press
Windows Key + X
, then select "Windows Terminal". -
Paste or type and press enter:⏎.⏎.
winget install --id Git.Git -e --source winget
-
Wait for download bars to finish
Note for Linux Users: If you're on Linux and can't install these, hmmmmmm 🧙♂️
Step 1️⃣: Clone this repository to your local machine.
To clone the repository to your local machine, perform the following steps:
1. **Open Windows PowerShell as Administrator:** Press `Windows Key + X` and select "Windows PowerShell (Admin)" from the menu.
2. **Navigate to the Desired Directory:** Use the `cd` command to move to the directory where you want to clone the repository.
3. **Clone the Repository:** Run the following command in PowerShell to clone the repository:
`git clone https://github.com/AJaySi/AI-Blog-Writer.git`
This command will download all the files from the repository to your local machine.
4. **Verify the Clone:** After the cloning process is complete, navigate into the newly created directory using:
`cd AI-Blog-Writer`
Once you've cloned the repository, you can proceed with the next steps for installation and setup.
Step 2️⃣: Install required dependencies:
- Open command prompt on your local machine: Press
Windows Key + R
, typecmd
, then press Enter. - Navigate to the folder from Step 1
- Run:
python -m pip install -r requirements.txt
Step 3️⃣: Run the script:
- Execute:
python alwrity.py
Step 4️⃣: The tool will guide you through setting up your APIs.
Step 1️⃣: Fork this repository to your own GitHub account.
Step 2️⃣: Follow this guide: Running GitHub Repositories on Replit 📖