Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.
/ ProjectOS Public archive

Operating System's Proyect "Tacos el Franc"

Notifications You must be signed in to change notification settings

LuisS96/ProjectOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project OS

Simulation of a taco stand called "Tacos el Franc" as an Operating System (OS).

For a more in-code approach, click here pseudocode

Table of Contents

1. Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

2. Prerequisites

List of elements that are needed to be installed to run the code properly.

  • Python3.6 or newest version.

    The following instructions on how to install Python are in the next link.

  • Pandas3

    To install, using the terminal, try:

    sudo apt-get install python3-pandas

    or

    sudo pip3 install pandas

    For more instructions you can click here.

  • Matplotlib

    To install, using the terminal, try:

    sudo apt-get install python3-matplotlib

    or

    sudo pip3 install matplotlib
  • Boto3

    If you are going to read a file from an SQS server from Amazon, you will need to download boto3.

    To install, using the terminal, try:

    sudo apt-get install pip-boto3

    or

    sudo pip3 install boto3

    The following folder and files are needed:

    • Create a hidden folder in the home directory called:
      .aws
    • Inside this foler, add the next files:

      • credentials
        [default]
        aws_access_key_id = YOUR_ACCESS_KEY
        aws_secret_access_key = YOUR_SECRET_KEY
                  
      • config
        [default]
        region=us-east-1
                  

3. Installation

The software is designed to be installed locally (Linux). For the moment there is no version for mac OS or Windows.

To run the programm follow the next instructions:
  1. Download the folder src.
  2. Make sure you have all to date and run the file readSQS.py.

If any change is needed to be made you can do so in the documents that are inside the folder src, linked to the main file 'readSQS.py'.

4. Contributors

About

Operating System's Proyect "Tacos el Franc"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages