Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.12 KB

SpaceX Software

SpaceX-Img

I developed software to scrape data on SpaceX:

Capsules, Rockets, Cores, Roadsters, SpaceX Info

to use the software you need Python as well as PIP to install the modules.

How to run this project

  1. Install Python3.9. Click here
  2. Clone this repository: git clone https://github.com/MaxenceR26/SpaceX
  3. Install virtualenv package: pip install virtualenv
  4. Create the virtual environment:
    1. Windows: C:\>c:\Python39\python -m venv c:\path\to\myenv. The "path\to\myenv" must be the projects folder
    2. Linux, inside the projects folder: python3.9 -m venv env
  5. Start the virtual environment:
    1. Windows: C:\>venv\Scripts\activate.bat
    2. Linux: source env/bin/activate
  6. Install the dependencies: pip install -r requirements.txt

Install Pip with Curl :

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Install requirements.txt

python -m pip install requirements.txt

or

pip install requirements.txt

Menu

SpaceX-Img

By Kijusu#9602