Ballistic shield design using sandwich structures. Design optimization of honeycomb core structures using Genetic Algorithm
- Create a new virtual python environment using venv :
python -m venv /path/to/new/virtual/environment
. For example ( run in Windows Command Prompt with admin privileges ) -
python -m venv C:\BallisticShield
- Now enter the virtual environment and clone this repository
cd C:\BallisticShield
git clone https://github.com/Vamsi-IITI/Ballistic_Shield_Design.git
- Now install the required libraries using the following command :
cd C:\BallisticShield
pip install -r Ballistic_Shield_Design\requirements.txt
- Finally, run the following command:
cd C:\BallisticShield
Scripts\activate.bat