An ultimate index that contains details and information regarding superheroes/villains. Each hero/villain is also given a power ranking which determines how powerful they are compared to others.
Only use this option if you already have python installed on your system!
Step 1:
Make sure you have pip installed on your OS, you can do it by writing the following command on your terminal.
pip help
Step 2:
If you don't have pip installed , you can install it using the following command.
python get-pip.py
or
python3 get-pip.py
Step 3:
Check the pip version using :
pip -V
Step 4:
Clone the repository by using
git clone https://github.com/JordanLeich/Superhero-Index.git
Step 5:
Install the requirements
pip install -r requirements.txt
Step 6:
Run the project using
python3 Index.py
- Check out the Issues Page
- Check out the Issues Page