AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.71k stars 197 forks source link

addition of example of how to install autoviz to workstation #19

Closed 0xTimoo closed 4 years ago

0xTimoo commented 4 years ago

this is to write an example of how to install autoviz to your user workstation

AutoViML commented 4 years ago

Hello Toby: What do you mean by this comment? Is it a comment or a question? Ram

On Mon, Mar 2, 2020 at 8:12 AM Timoty Toby notifications@github.com wrote:

this is to write an example of how to install autoviz to your user workstation

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AutoViML/AutoViz/issues/19?email_source=notifications&email_token=AMKBH6BUUI5FNFW6YDYG6A3RFOWE3A5CNFSM4K7UAVRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IRWAIDA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKBH6GUYEFFAWNBCIMPVKTRFOWE3ANCNFSM4K7UAVRA .

0xTimoo commented 4 years ago

Its a comment

I mean in the documentation of the project, there should be an addition of how it can be installed.

For example: (showing how it's been installed)

$cd where the project will be added to on the users PC

$ conda create -n python=3.7 anaconda //the will be the project_name I hope this is clear, "Your_env_name" seems a little confusing to me when installing it, I think adding a comment that the "your_env_name" is the project folder name not a system_path will help clear it out.
morenoh149 commented 4 years ago

@timoty-toby feel free to add such an example to the readme in a pr. Your instructions are still unclear to me.