A template repository for LSDOlab projects
This repository serves as a template for all LSDOlab projects with regard to documentation, testing and hosting of open-source code. Note that template users need to edit the README badge definitions for their respective packages.
README.md file contains high-level information about your package: it's purpose, high-level instructions for installation and usage.
For direct installation with all dependencies, run on the terminal or command line
pip install git+https://github.com/LSDOlab/lsdo_project_template.git
If you want users to install a specific branch, run
pip install git+https://github.com/LSDOlab/lsdo_project_template.git@branch
To install lsdo_project_template
, first clone the repository and install using pip.
On the terminal or command line, run
git clone https://github.com/LSDOlab/lsdo_project_template.git
pip install -e ./lsdo_project_template
For details on documentation, refer to the README in docs
directory.
For details on testing/pull requests, refer to the README in tests
directory.
This project is licensed under the terms of the GNU Lesser General Public License v3.0.