Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 963 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 963 Bytes

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