Skip to content

This repository contains CSE330 Lab Assignment solutions that I submitted.

License

Notifications You must be signed in to change notification settings

Inmoresentum/CSE330LabAssignments

Repository files navigation

CSE330 Summer 2021 Lab(s)

whatever whatever

https://img.shields.io/badge/IntelliJIDEA-000000.svg?style=for-the-badge&logo=intellij-idea&logoColor=white

This repository contains CSE330 Summer 2021 Lab Assignment(s) solutions

System Requirements

To test and run the application, or if you want to modify things according to your needs

you will have to install the following things.

  1. Python

python version 3.10 or higher. Download python if you don't have it already.

To check your version of python, run:

 python --version
  • Note: Unix like operating systems (OS X, Linux and BSD) python comes with the operating system itself. So I recommend using any virtual environment instead of using system environment which can break things easily.

  • Further, there are dependencies. So, requirement.txt file is provided.

Setup

to set up, please follow these steps:

  1. clone the repo

    make sure that you have git installed. to check run git --version in your terminal.

     git clone https://github.com/Inmoresentum/CSE330LabAssignments.git
  2. change directory to the project directory

    cd CSE330LabAssignments

    or open this directory with your favourite code editor or IDE!

  3. Now install required dependencies by running the following commands from the terminal.

    pip install -r requirements.txt

Have Fun :)

 

Copyright © 2021-present Inmoresentum

About

This repository contains CSE330 Lab Assignment solutions that I submitted.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published