Skip to content

This repo contains all the software code that we have developed to create an adaptive amplifier for the Texas Design Contest 2019-20

License

Notifications You must be signed in to change notification settings

mnthnx64/texas-adaptive-amplifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Texas-adaptive-amplifier

This repo contains all the software code that we have developed to create an adaptive amplifier for the Texas Design Contest 2019-20

Setting up the repo

  1. Make sure you have python setup on your machine. Preferred version is 3.6.8.

  2. If you are working on windows, please install GitBash.

  3. Clone the repository by entering git clone https://github.com/mnthnx64/texas-adaptive-amplifier onto your terminal. Enter into the cloned folder.

  4. Change your working branch to git checkout -b <your_branch_name>

  5. Install the pre-requiste python packages by running pip3 install -r requirements.txt on your terminal.

  6. After all your work is done use the following commands to push your local changes to git:

git add .
git commit -m "Your commit message"
git push -u origin <your_branch_name>

License

MIT - <http://www.opensource.org/licenses/mit-license.ph

About

This repo contains all the software code that we have developed to create an adaptive amplifier for the Texas Design Contest 2019-20

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published