Skip to content

MaxenceR26/SpaceX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SpaceX Software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages