Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekin authored Dec 18, 2021
1 parent f874541 commit d66a59e
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# Articlegate

Steps to use
1. open Cmd in the downloaded folder and run the following command.
````
oop_project_env\Scripts\activate.bat
````


2. Download the files in the folder ArticleGate
````
pip install pillow
pip install django-crispy-forms
````
Clone the project

```bash
git clone https://github.com/prateekin/Articlegate
```


Install dependencies

```bash
pip install pillow
pip install django-crispy-forms
pip install django-ckeditor
pip install django-taggit
```

Start the server

```bash
python mange.py runserver
```

0 comments on commit d66a59e

Please sign in to comment.