Git Product home page Git Product logo

retrogallery's Introduction

retrogallery

Setup

  1. Clone the repository and navigate to the project directory in your terminal.
  2. Create a new Python virtual environment by running the following command:
python -m venv env

This will create a new directory called env in your project directory, which will contain the virtual environment files.

  1. Activate the virtual environment by running the following command:
  • On Windows:

    env\Scripts\activate.bat
    
  • On Linux or macOS:

    source env/bin/activate
    

You should see the name of your virtual environment appear in your terminal prompt, indicating that the virtual environment is now active.

Note: If you want to deactivate the virtual environment, you can simply run the deactivate command in your terminal.

  1. Install the required dependencies by running the following command:
pip install -r requirements.txt

This will install all the packages listed in the requirements.txt file into your virtual environment.

Note: If you need to add or remove dependencies in the future, you can update the requirements.txt file and run this command again to update your virtual environment.

Usage

  1. Ensure that your virtual environment is activated by running the appropriate command from step 3 above.
  2. Run the project using your preferred method, such as running a Python script or using a development server.
  3. When you are finished working on the project, deactivate the virtual environment by running the deactivate command in your terminal.

Testing

  1. Ensure that your virtual environment is activated by running the appropriate command from step 3 in Setup above.
  2. Run the tests using nose2:
nose2
  1. You should see the test results in your terminal. A coverage report will also be generated in the htmlcov directory. Use a browser to open the index.html file in that directory to view the report.
  2. When you are finished testing the project, deactivate the virtual environment by running the deactivate command in your terminal.

Contributing

See CONTRIBUTING.md for information about contributing to this project.

retrogallery's People

Contributors

cloudartisan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.