A package for automatic differentiation
Project description
cs207-FinalProject
Harvard CS207 Final Project: Automatic Differentiation
Group #: 7
Members: Wanxi Yang, Gabriel Pestre, Claire Yang, Erin Yang
Installation
- For a detailed explanation of how to install the package, check out the documentation.
- The package will be available on PyPI.
- You can either install the package in your local environment or in a virtual environment.
- If you have a Python3 environment with
numpy
installed ready to go, theawesomediff
package can be installed using the following code:
pip install awesomediff
- Right now, the package is not available on PyPI yet, so install using methods below:
- Clone the project's git repository to your machine:
git clone https://github.com/awesomediff/cs207-FinalProject.git
- If you want to install the package in a virtual environment, set up the virtual environment in the cloned directory using:
pip3 install virtualenv
virtualenv -p python3 venv
source venv/bin/activate
Then install the dependencies:
pip3 install -r requirements.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
awesomediff-test-1.0.0.tar.gz
(9.9 kB
view hashes)
Built Distribution
Close
Hashes for awesomediff_test-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 524f7a82e322c1b9233a13fa93f52b04c2a06525d012f8017c87c436085fb4c1 |
|
MD5 | 0b4fc9adf9cfdab390a404b760790662 |
|
BLAKE2b-256 | 2743dd925a71f747eeb3bd4b0736ca8359dcd18b1b7dcc3f9a6e4ff4a30454b7 |