Skip to content

Instantly share code, notes, and snippets.

View sachinkmohan's full-sized avatar
🎯
Focusing

Sachin Mohan sachinkmohan

🎯
Focusing
View GitHub Profile
npm install -g @angular/cli
ng --version //tells you if ng is properly installed
ng new <name of the project> //creates new project
ng serve --open //opens it in the browser
ng generate component/NodeGraphs //creates a new folder called NodeGraphs in Angular
virtualenv -p /usr/bin/python3 segmappyenv
source segmappyenv/bin/activate
$ sudo apt-get install ros-kinetic-catkin python-catkin-tools
conda create --name py2 python=2.7
conda activate py2
conda create --name py3 python=3.5
<head>
<link rel="stylesheet" href="styles.css">
</head>