Skip to content

nandesh553/Finflock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finflock System

This is the documentation for the project. As the project is in beginning phase, documentation might be not upto date. If you have queries ping me here: guptanandeshwar553@gmail.com or nandeshwar@finflock.com

First Setup the python environment.

  • Ensure that pip is installed.

  • To install the pip, run commands mentioned below

     pip install virtualenv
     pip install virtualenvwrapper-win
    
  • Once the virtualenv is installed, make one for the project

     mkvirtualenv fin
     setprojectdir .
    
  • Run the above command from the same directory to bind it with the virtualenv

  • To enter the environment, run:

     workon fin
    
  • To deactivate the environment, run:

     deactivate
    

Dependencies:

* Pandas
*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages