Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

doup/sapo.py

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

#Setup

##Virtual environment

Create virtual environment on project folder:

$ pyvenv env

Activate environment (do it on every session, especially before installing new packages):

$ source env/bin/activate

##Dependencies

Install requirements:

$ pip install -r requirements.txt

Freeze the requirements (only after installing new packages):

$ pip freeze > requirements.txt

About

Texture generator to learn some Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages